Home
last modified time | relevance | path

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

/freebsd/lib/libbluetooth/
H A Dbluetooth.h152 struct bt_devfilter { struct
174 int bt_devfilter(int s, struct bt_devfilter const *newp,
175 struct bt_devfilter *oldp);
176 void bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type);
177 void bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type);
178 int bt_devfilter_pkt_tst(struct bt_devfilter const *filter, uint8_t type);
179 void bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event);
180 void bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event);
181 int bt_devfilter_evt_tst(struct bt_devfilter const *filter, uint8_t event);
H A Dhci.c219 struct bt_devfilter old, new; in bt_devreq()
243 if (bt_devfilter(s, &new, &old) < 0) in bt_devreq()
322 bt_devfilter(s, &old, NULL); in bt_devreq()
333 bt_devfilter(int s, struct bt_devfilter const *new, struct bt_devfilter *old) in bt_devfilter() function
371 bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_set()
377 bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type) in bt_devfilter_pkt_clr()
389 bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_set()
395 bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event) in bt_devfilter_evt_clr()
412 struct bt_devfilter f; in bt_devinquiry()
442 if (bt_devfilter(s, NULL, &f) < 0) { in bt_devinquiry()
[all …]
H A DMakefile43 MLINKS+= bluetooth.3 bt_devfilter.3
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc267 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz