summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-01-13 20:05:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-01-13 20:05:05 +0000
commit6c2fed4529b256285e495ccdb066de331db42ff4 (patch)
treec9c7fe6b9f5a2bf86ceaf221cc5aa5dbb75aa6af /include
parentbe59bde48abafbc4ec4f4053c1cf25a80e2fc64e (diff)
Remove deprecated functions
Diffstat (limited to 'include')
-rw-r--r--include/hci_lib.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h
index b8dbd432..5c83b5e8 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -67,10 +67,8 @@ int hci_devba(int dev_id, bdaddr_t *bdaddr);
int hci_devid(const 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, const char *name, int to);
-int hci_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);
int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);
@@ -102,18 +100,18 @@ int hci_get_route(bdaddr_t *bdaddr);
char *hci_dtypetostr(int type);
char *hci_dflagstostr(uint32_t flags);
char *hci_ptypetostr(unsigned int ptype);
-int hci_strtoptype(char *str, unsigned int *val);
+int hci_strtoptype(char *str, unsigned int *val);
char *hci_scoptypetostr(unsigned int ptype);
-int hci_strtoscoptype(char *str, unsigned int *val);
+int hci_strtoscoptype(char *str, unsigned int *val);
char *hci_lptostr(unsigned int ptype);
-int hci_strtolp(char *str, unsigned int *val);
+int hci_strtolp(char *str, unsigned int *val);
char *hci_lmtostr(unsigned int ptype);
-int hci_strtolm(char *str, unsigned int *val);
+int hci_strtolm(char *str, unsigned int *val);
char *hci_vertostr(unsigned int ver);
-int hci_strtover(char *str, unsigned int *ver);
+int hci_strtover(char *str, unsigned int *ver);
char *lmp_vertostr(unsigned int ver);
-int lmp_strtover(char *str, unsigned int *ver);
+int lmp_strtover(char *str, unsigned int *ver);
char *lmp_featurestostr(uint8_t *features, char *pref, int width);