Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h64 int hci_read_local_name(int dd, int len, char *name, int to);
/external/bluetooth/bluez/tools/
Dhciconfig.c436 if (hci_read_local_name(dd, sizeof(name), name, 1000) < 0) { in cmd_name()
/external/bluetooth/bluez/lib/
Dhci.c1287 int hci_read_local_name(int dd, int len, char *name, int to) in hci_read_local_name() function