summaryrefslogtreecommitdiffstats
path: root/include/hci_lib.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-24 12:09:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-24 12:09:53 +0000
commit6caf64335ab07e1bd138e11a1823ba9baa209fef (patch)
tree9dd7edfd7cf15a196efe85a1ad773c1725c29a14 /include/hci_lib.h
parent40f6099fd4ffe323a369dd63652570404f4ddc02 (diff)
Add features and packet types from EDR prototyping specification
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 e048375e..70d39264 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -96,6 +96,8 @@ 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);
+char *hci_scoptypetostr(unsigned int ptype);
+int hci_strtoscoptype(char *str, unsigned int *val);
char *hci_lptostr(unsigned int ptype);
int hci_strtolp(char *str, unsigned int *val);
char *hci_lmtostr(unsigned int ptype);