summaryrefslogtreecommitdiffstats
path: root/include/hci_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hci_lib.h')
-rw-r--r--include/hci_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h
index 4108dc06..685eb413 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -64,6 +64,8 @@ int hci_devinfo(int dev_id, struct hci_dev_info *di);
int hci_devba(int dev_id, bdaddr_t *ba);
int hci_devid(char *str);
+// deprecated: preserve compatibility
+int hci_local_name(int dd, int len, char *name, int to);
int hci_read_local_name(int dd, int len, char *name, int to);
int hci_write_local_name(int dd, char *name, int to);
int hci_read_remote_name(int dd, bdaddr_t *ba, int len, char *name, int to);