Symbol: bt_devfilter
lib/libbluetooth/bluetooth.h
143
int bt_devfilter(int, const struct bt_devfilter *, struct bt_devfilter *);
lib/libbluetooth/bluetooth.h
144
void bt_devfilter_pkt_set(struct bt_devfilter *, uint8_t);
lib/libbluetooth/bluetooth.h
145
void bt_devfilter_pkt_clr(struct bt_devfilter *, uint8_t);
lib/libbluetooth/bluetooth.h
146
int bt_devfilter_pkt_tst(const struct bt_devfilter *, uint8_t);
lib/libbluetooth/bluetooth.h
147
void bt_devfilter_evt_set(struct bt_devfilter *, uint8_t);
lib/libbluetooth/bluetooth.h
148
void bt_devfilter_evt_clr(struct bt_devfilter *, uint8_t);
lib/libbluetooth/bluetooth.h
149
int bt_devfilter_evt_tst(const struct bt_devfilter *, uint8_t);
lib/libbluetooth/bt_dev.c
402
struct bt_devfilter new, old;
lib/libbluetooth/bt_dev.c
420
if (bt_devfilter(s, &new, &old) == -1)
lib/libbluetooth/bt_dev.c
425
(void)bt_devfilter(s, &old, NULL);
lib/libbluetooth/bt_dev.c
436
bt_devfilter(int s, const struct bt_devfilter *new, struct bt_devfilter *old)
lib/libbluetooth/bt_dev.c
473
bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type)
lib/libbluetooth/bt_dev.c
480
bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type)
lib/libbluetooth/bt_dev.c
487
bt_devfilter_pkt_tst(const struct bt_devfilter *filter, uint8_t type)
lib/libbluetooth/bt_dev.c
494
bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event)
lib/libbluetooth/bt_dev.c
501
bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event)
lib/libbluetooth/bt_dev.c
508
bt_devfilter_evt_tst(const struct bt_devfilter *filter, uint8_t event)
lib/libbluetooth/bt_dev.c
574
struct bt_devfilter f;
lib/libbluetooth/bt_dev.c
611
if (bt_devfilter(s, &f, NULL) == -1) {
usr.sbin/bthcid/hci.c
106
if (bt_devfilter(hci, &filter, NULL) < 0) {
usr.sbin/bthcid/hci.c
94
struct bt_devfilter filter;