Searched defs:hci_set_bit (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
H A Dhci_lib.h164 static inline void hci_set_bit(int nr, void *addr) function
186 hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
202 hci_set_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);

Completed in 273 milliseconds