Searched refs:hci_write_ext_inquiry_response (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/include/bluetooth/ |
D | hci_lib.h | 100 int hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to);
|
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 1073 if (hci_write_ext_inquiry_response(dd, fec, data, 2000) < 0) { in cmd_inq_data()
|
/external/bluetooth/bluez/lib/ |
D | hci.c | 2072 int hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to) in hci_write_ext_inquiry_response() function
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 836 if (hci_write_ext_inquiry_response(dd, fec, data, in update_ext_inquiry_response()
|