/external/bluetooth/bluez/lib/ |
D | hci.c | 1079 int hci_send_req(int dd, struct hci_request *r, int to) in hci_send_req() function 1246 if (hci_send_req(dd, &rq, to) < 0) in hci_create_connection() 1277 if (hci_send_req(dd, &rq, to) < 0) in hci_disconnect() 1298 if (hci_send_req(dd, &rq, to) < 0) in hci_read_local_name() 1325 if (hci_send_req(dd, &rq, to) < 0) in hci_write_local_name() 1351 if (hci_send_req(dd, &rq, to) < 0) in hci_read_remote_name_with_clock_offset() 1383 if (hci_send_req(dd, &rq, to) < 0) in hci_read_remote_name_cancel() 1407 if (hci_send_req(dd, &rq, to) < 0) in hci_read_remote_version() 1439 if (hci_send_req(dd, &rq, to) < 0) in hci_read_remote_features() 1472 if (hci_send_req(dd, &rq, to) < 0) in hci_read_remote_ext_features() [all …]
|
/external/bluetooth/bluez/test/ |
D | bdaddr.c | 77 if (hci_send_req(dd, &rq, 1000) < 0) in ericsson_write_bd_addr() 110 if (hci_send_req(dd, &rq, 1000) < 0) in ericsson_store_in_flash() 150 if (hci_send_req(dd, &rq, 2000) < 0) in csr_write_bd_addr() 191 if (hci_send_req(dd, &rq, 2000) < 0) in csr_reset_device() 219 if (hci_send_req(dd, &rq, 1000) < 0) in ti_write_bd_addr() 247 if (hci_send_req(dd, &rq, 1000) < 0) in bcm_write_bd_addr() 275 if (hci_send_req(dd, &rq, 1000) < 0) in zeevo_write_bd_addr()
|
D | lmptest.c | 66 if (hci_send_req(dd, &rq, 1000) < 0) 99 if (hci_send_req(dd, &rq, 1000) < 0) in ericsson_write_events()
|
/external/bluetooth/hcidump/src/ |
D | bpasniff.c | 72 if (hci_send_req(dd, &rq, 1000) < 0) in read_revision() 100 if (hci_send_req(dd, &rq, 1000) < 0) in enable_sniffer() 126 hci_send_req(dd, &rq, 1000); in enable_sync()
|
/external/bluetooth/bluez/tools/ |
D | csr.c | 2384 if (hci_send_req(dd, &rq, 2000) < 0) in csr_write_varid_valueless() 2423 if (hci_send_req(dd, &rq, 2000) < 0) in csr_write_varid_complex() 2462 if (hci_send_req(dd, &rq, 2000) < 0) in csr_read_varid_complex() 2502 if (hci_send_req(dd, &rq, 2000) < 0) in csr_read_varid_uint16() 2542 if (hci_send_req(dd, &rq, 2000) < 0) in csr_read_varid_uint32() 2584 if (hci_send_req(dd, &rq, 2000) < 0) in csr_read_pskey_complex() 2628 if (hci_send_req(dd, &rq, 2000) < 0) in csr_write_pskey_complex()
|
D | hciconfig.c | 1224 if (hci_send_req(s, &rq, 2000) < 0) { in cmd_inq_parms() 1238 if (hci_send_req(s, &rq, 1000) < 0) { in cmd_inq_parms() 1293 if (hci_send_req(s, &rq, 2000) < 0) { in cmd_page_parms() 1307 if (hci_send_req(s, &rq, 1000) < 0) { in cmd_page_parms() 1358 if (hci_send_req(s, &rq, 2000) < 0) { in cmd_page_to() 1372 if (hci_send_req(s, &rq, 1000) < 0) { in cmd_page_to() 1469 if (hci_send_req(dd, &rq, 1000) < 0) { in print_rev_ericsson() 1515 if (hci_send_req(dd, &rq, 1000) < 0) { in print_rev_digianswer()
|
D | csr_hci.c | 129 if (hci_send_req(dd, &rq, 2000) < 0) in do_command()
|
D | hciattach_ti.c | 256 if (hci_send_req(fd, &rq, 15) < 0) { in brf_send_command_socket()
|
D | hcitool.c | 1012 if (hci_send_req(dd, &rq, 100) < 0) { in cmd_spinq() 1778 if (hci_send_req(dd, &rq, 100) < 0) { in cmd_cpt()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | hci_lib.h | 54 int hci_send_req(int dd, struct hci_request *req, int timeout);
|
/external/bluetooth/bluez/src/ |
D | dbus-hci.c | 982 if (hci_send_req(dd, &rq, HCI_REQ_TIMEOUT) < 0) { in hcid_dbus_setscan_enable_complete()
|
D | device.c | 1986 if (hci_send_req(dd, &rq, HCI_REQ_TIMEOUT) < 0) { in device_authentication_requested()
|