summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Crane <steve.crane@rococosoft.com>2002-08-22 17:17:57 +0000
committerStephen Crane <steve.crane@rococosoft.com>2002-08-22 17:17:57 +0000
commit66d1c38bdf157527c00cf7bde69e1de7bdd3ea28 (patch)
treed0b47236a16611f7382302f67fae7e6bbacddbe2 /include
parente329c9ff80a76cb34ff616bce80df0d161731d0b (diff)
resurrect hci_local_name(); fix whitespace
Diffstat (limited to 'include')
-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);