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

  /external/bluetooth/hcidump/src/
csrsniff.c 238 hci_filter_set_ptype(HCI_ACLDATA_PKT, &flt);
239 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
bpasniff.c 285 hci_filter_set_ptype(HCI_VENDOR_PKT, &flt);
286 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 177 static inline void hci_filter_set_ptype(int t, struct hci_filter *f) function
  /external/bluetooth/bluez/plugins/
hciops.c 352 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
  /external/bluetooth/bluez/src/
glib-helper.c 761 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
security.c 1132 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
  /external/bluetooth/bluez/tools/
hcitool.c 1120 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1093 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
    [all...]

Completed in 90 milliseconds