HomeSort by relevance Sort by last modified time
    Searched refs:HCI_FLT_TYPE_BITS (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 179 hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
183 hci_clear_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
187 return hci_test_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
hci.h     [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 636 #define HCI_FLT_TYPE_BITS 31

Completed in 17 milliseconds