summaryrefslogtreecommitdiffstats
path: root/src/hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci.c')
-rw-r--r--src/hci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hci.c b/src/hci.c
index a9d3268d..af0ffd65 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -801,6 +801,11 @@ int hci_write_local_name(int dd, char *name, int to)
return 0;
}
+int hci_remote_name(int dd, bdaddr_t *ba, int len, char *name, int to)
+{
+ return hci_read_remote_name(dd, ba, len, name, to);
+}
+
int hci_read_remote_name(int dd, bdaddr_t *ba, int len, char *name, int to)
{
evt_remote_name_req_complete rn;