diff options
author | Stephen Crane <steve.crane@rococosoft.com> | 2002-08-22 17:17:57 +0000 |
---|---|---|
committer | Stephen Crane <steve.crane@rococosoft.com> | 2002-08-22 17:17:57 +0000 |
commit | 66d1c38bdf157527c00cf7bde69e1de7bdd3ea28 (patch) | |
tree | d0b47236a16611f7382302f67fae7e6bbacddbe2 /include/hci_lib.h | |
parent | e329c9ff80a76cb34ff616bce80df0d161731d0b (diff) |
resurrect hci_local_name(); fix whitespace
Diffstat (limited to 'include/hci_lib.h')
-rw-r--r-- | include/hci_lib.h | 2 |
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); |