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

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

Completed in 55 milliseconds