diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-24 12:09:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-24 12:09:53 +0000 |
commit | 6caf64335ab07e1bd138e11a1823ba9baa209fef (patch) | |
tree | 9dd7edfd7cf15a196efe85a1ad773c1725c29a14 /include/hci_lib.h | |
parent | 40f6099fd4ffe323a369dd63652570404f4ddc02 (diff) |
Add features and packet types from EDR prototyping specification
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 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); |