Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h69 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);
/external/bluetooth/bluez/tools/
Dhcitool.c726 if (hci_read_remote_version(dd, handle, &version, 20000) == 0) { in cmd_scan()
915 if (hci_read_remote_version(dd, handle, &version, 20000) == 0) { in cmd_info()
/external/bluetooth/bluez/lib/
Dhci.c1389 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to) in hci_read_remote_version() function