HomeSort by relevance Sort by last modified time
    Searched refs:hci_read_remote_name (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 66 int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
  /external/bluetooth/bluez/tools/
hcitool.c 843 if (hci_read_remote_name(dd, &bdaddr, sizeof(name), name, 25000) == 0)
937 if (hci_read_remote_name(dd, &bdaddr, sizeof(name), name, 25000) == 0)
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1481 int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, function
    [all...]

Completed in 20 milliseconds