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

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

Completed in 20 milliseconds