Home
last modified time | relevance | path

Searched refs:hci_write_ext_inquiry_response (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/include/bluetooth/
Dhci_lib.h100 int hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to);
/external/bluetooth/bluez/tools/
Dhciconfig.c1073 if (hci_write_ext_inquiry_response(dd, fec, data, 2000) < 0) { in cmd_inq_data()
/external/bluetooth/bluez/lib/
Dhci.c2072 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/
Dadapter.c836 if (hci_write_ext_inquiry_response(dd, fec, data, in update_ext_inquiry_response()