HomeSort by: relevance | last modified time | path
    Searched defs:bt_devfilter (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libbluetooth/
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)
    [all...]
bt_dev.c 402 struct bt_devfilter new, old;
420 if (bt_devfilter(s, &new, &old) == -1)
425 (void)bt_devfilter(s, &old, NULL);
436 bt_devfilter(int s, const struct bt_devfilter *new, struct bt_devfilter *old) function in typeref:typename:int
473 bt_devfilter_pkt_set(struct bt_devfilter *filter, uint8_t type)
480 bt_devfilter_pkt_clr(struct bt_devfilter *filter, uint8_t type)
487 bt_devfilter_pkt_tst(const struct bt_devfilter *filter, uint8_t type)
494 bt_devfilter_evt_set(struct bt_devfilter *filter, uint8_t event
    [all...]

Completed in 41 milliseconds