HomeSort by relevance Sort by last modified time
    Searched refs:HCI_VENDOR_PKT (Results 1 - 6 of 6) 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 112 #define HCI_VENDOR_PKT 0xff
    [all...]
  /external/bluetooth/hcidump/src/
bpasniff.c 285 hci_filter_set_ptype(HCI_VENDOR_PKT, &flt);
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 62 #define HCI_VENDOR_PKT 0xff
  /external/qemu/hw/
bt.h 258 HCI_VENDOR_PKT = 0xff,
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]

Completed in 32 milliseconds