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

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 173 static inline void hci_filter_clear(struct hci_filter *f)
177 static inline void hci_filter_set_ptype(int t, struct hci_filter *f)
181 static inline void hci_filter_clear_ptype(int t, struct hci_filter *f)
185 static inline int hci_filter_test_ptype(int t, struct hci_filter *f)
189 static inline void hci_filter_all_ptypes(struct hci_filter *f)
193 static inline void hci_filter_set_event(int e, struct hci_filter *f)
197 static inline void hci_filter_clear_event(int e, struct hci_filter *f)
201 static inline int hci_filter_test_event(int e, struct hci_filter *f)
205 static inline void hci_filter_all_events(struct hci_filter *f)
209 static inline void hci_filter_set_opcode(int opcode, struct hci_filter *f
    [all...]
hci.h 2063 struct hci_filter { struct
    [all...]
  /external/bluetooth/hcidump/src/
csrsniff.c 159 struct hci_filter flt;
242 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
bpasniff.c 265 struct hci_filter flt;
289 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
hcidump.c 559 struct hci_filter flt;
609 if (setsockopt(sk, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/qemu/
bt-host.c 159 struct hci_filter flt;
182 if (setsockopt(fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/bluetooth/bluez/plugins/
hciops.c 321 struct hci_filter flt;
354 if (setsockopt(sock, SOL_HCI, HCI_FILTER, &flt,
  /external/bluetooth/bluez/src/
glib-helper.c 710 struct hci_filter nf;
766 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) {
security.c 1115 struct hci_filter flt;
1159 if (setsockopt(dev, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/bluetooth/bluez/tools/
hcitool.c 1077 struct hci_filter flt;
1122 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 1088 struct hci_filter flt;
1112 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/bluetooth/bluez/lib/
hci.c 1083 struct hci_filter nf, of;
1089 if (getsockopt(dd, SOL_HCI, HCI_FILTER, &of, &olen) < 0)
1099 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0)
1215 setsockopt(dd, SOL_HCI, HCI_FILTER, &of, sizeof(of));
1220 setsockopt(dd, SOL_HCI, HCI_FILTER, &of, sizeof(of));
    [all...]

Completed in 97 milliseconds