Home
last modified time | relevance | path

Searched refs:hci_read_ext_inquiry_response (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h99 int hci_read_ext_inquiry_response(int dd, uint8_t *fec, uint8_t *data, int to);
/external/bluetooth/bluez/tools/
Dhciconfig.c1083 if (hci_read_ext_inquiry_response(dd, &fec, data, 1000) < 0) { in cmd_inq_data()
/external/bluetooth/bluez/lib/
Dhci.c2150 int hci_read_ext_inquiry_response(int dd, uint8_t *fec, uint8_t *data, int to) in hci_read_ext_inquiry_response() function