Home
last modified time | relevance | path

Searched refs:bt_devfilter (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/lib/libbluetooth/
H A Dbluetooth.h153 struct bt_devfilter { struct
175 int bt_devfilter(int s, struct bt_devfilter const *newp,
176 struct bt_devfilter *oldp);
177 void bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type);
178 void bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type);
179 int bt_devfilter_pkt_tst(struct bt_devfilter const *filter, uint8_t type);
180 void bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event);
181 void bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event);
182 int bt_devfilter_evt_tst(struct bt_devfilter const *filter, uint8_t event);
H A Dhci.c221 struct bt_devfilter old, new; in bt_devreq()
245 if (bt_devfilter(s, &new, &old) < 0) in bt_devreq()
324 bt_devfilter(s, &old, NULL); in bt_devreq()
335 bt_devfilter(int s, struct bt_devfilter const *new, struct bt_devfilter *old) in bt_devfilter() function
373 bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_set()
379 bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_clr()
391 bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_set()
397 bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_clr()
414 struct bt_devfilter f; in bt_devinquiry()
444 if (bt_devfilter(s, NULL, &f) < 0) { in bt_devinquiry()
[all …]
H A DMakefile44 MLINKS+= bluetooth.3 bt_devfilter.3
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc544 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz