From b48bccaf6c89da2af3a20617f4a496be4a633c5b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Sep 2005 16:14:55 +0000 Subject: Add support for identification of supported commands --- include/hci_lib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/hci_lib.h b/include/hci_lib.h index b27980ad..03305547 100644 --- a/include/hci_lib.h +++ b/include/hci_lib.h @@ -129,6 +129,9 @@ int hci_strtolp(char *str, unsigned int *val); char *hci_lmtostr(unsigned int ptype); int hci_strtolm(char *str, unsigned int *val); +char *hci_cmdtostr(unsigned int cmd); +char *hci_commandstostr(uint8_t *commands, char *pref, int width); + char *hci_vertostr(unsigned int ver); int hci_strtover(char *str, unsigned int *ver); char *lmp_vertostr(unsigned int ver); -- cgit