Searched refs:bt_devfilter (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/lib/libbluetooth/ |
| H A D | bluetooth.h | 113 struct bt_devfilter { struct 143 int bt_devfilter(int, const struct bt_devfilter *, struct bt_devfilter *); 144 void bt_devfilter_pkt_set(struct bt_devfilter *, uint8_t); 145 void bt_devfilter_pkt_clr(struct bt_devfilter *, uint8_t); 146 int bt_devfilter_pkt_tst(const struct bt_devfilter *, uint8_t); 147 void bt_devfilter_evt_set(struct bt_devfilter *, uint8_t); 148 void bt_devfilter_evt_clr(struct bt_devfilter *, uint8_t); 149 int bt_devfilter_evt_tst(const struct bt_devfilter *, uint8_t);
|
| H A D | bt_dev.c | 402 struct bt_devfilter new, old; in bt_devreq() 420 if (bt_devfilter(s, &new, &old) == -1) in bt_devreq() 425 (void)bt_devfilter(s, &old, NULL); in bt_devreq() 436 bt_devfilter(int s, const struct bt_devfilter *new, struct bt_devfilter *old) in bt_devfilter() function 473 bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_set() 480 bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_clr() 487 bt_devfilter_pkt_tst(const struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_tst() 494 bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_set() 501 bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_clr() 508 bt_devfilter_evt_tst(const struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_tst() [all …]
|
| H A D | Makefile | 44 MLINKS+= bt_dev.3 bt_devfilter.3
|
| /netbsd-src/usr.sbin/bthcid/ |
| H A D | hci.c | 94 struct bt_devfilter filter; in init_hci() 106 if (bt_devfilter(hci, &filter, NULL) < 0) { in init_hci()
|