HomeSort by relevance Sort by last modified time
    Searched defs:hci_test_bit (Results 1 - 2 of 2) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
hci_lib.h 19 static inline int hci_test_bit(int nr, void *addr) function
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 167 static inline int hci_test_bit(int nr, void *addr) function
187 return hci_test_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
203 return hci_test_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);

Completed in 562 milliseconds