Searched refs:SOL_HCI (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/bluez/common/ |
D | android_bluez.c | 115 if (setsockopt(sock, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) { in get_hci_sock()
|
/external/bluetooth/bluez/src/ |
D | android_bluez.c | 115 if (setsockopt(sock, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) { in get_hci_sock()
|
/external/bluetooth/hcidump/src/ |
D | csrsniff.c | 242 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in main()
|
D | hcidump.c | 571 if (setsockopt(sk, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) { in open_socket() 577 if (setsockopt(sk, SOL_HCI, HCI_TIME_STAMP, &opt, sizeof(opt)) < 0) { in open_socket() 586 if (setsockopt(sk, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in open_socket()
|
D | bpasniff.c | 289 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in process_frames()
|
/external/qemu/ |
D | bt-host.c | 174 if (setsockopt(fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in bt_host_hci()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 54 #define SOL_HCI 0 macro
|
/external/bluetooth/bluez/tools/ |
D | hcitool.c | 1143 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in cmd_cmd() 2357 if (getsockopt(dd, SOL_HCI, HCI_FILTER, &of, &olen) < 0) { in print_advertising_devices() 2366 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) { in print_advertising_devices() 2401 setsockopt(dd, SOL_HCI, HCI_FILTER, &of, sizeof(of)); in print_advertising_devices()
|
/external/bluetooth/bluez/lib/ |
D | hci.c | 1093 if (getsockopt(dd, SOL_HCI, HCI_FILTER, &of, &olen) < 0) in hci_send_req() 1103 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) in hci_send_req() 1220 setsockopt(dd, SOL_HCI, HCI_FILTER, &of, sizeof(of)); in hci_send_req() 1225 setsockopt(dd, SOL_HCI, HCI_FILTER, &of, sizeof(of)); in hci_send_req()
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 690 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) { in hciops_encrypt_link() 2466 if (setsockopt(dev->sk, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in start_hci_dev() 2834 if (setsockopt(sock, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in hciops_setup()
|
/external/bluetooth/bluez/test/ |
D | hciemu.c | 1105 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in run_proxy()
|