Searched refs:bt_devfilter (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libbluetooth/
H A Dbluetooth.h150 struct bt_devfilter { struct
172 int bt_devfilter(int s, struct bt_devfilter const *newp,
173 struct bt_devfilter *oldp);
174 void bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type);
175 void bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type);
176 int bt_devfilter_pkt_tst(struct bt_devfilter const *filter, uint8_t type);
177 void bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event);
178 void bt_devfilter_evt_clr(struct bt_devfilter *filter, uint8_t event);
179 int bt_devfilter_evt_tst(struct bt_devfilter cons
[all...]
H A Dhci.c214 struct bt_devfilter old, new;
238 if (bt_devfilter(s, &new, &old) < 0)
317 bt_devfilter(s, &old, NULL);
328 bt_devfilter(int s, struct bt_devfilter const *new, struct bt_devfilter *old) function
366 bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type)
372 bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type)
378 bt_devfilter_pkt_tst(struct bt_devfilter const *filter, uint8_t type)
384 bt_devfilter_evt_set(struct bt_devfilter *filte
[all...]
H A DMakefile41 MLINKS+= bluetooth.3 bt_devfilter.3

Completed in 45 milliseconds