From 4c2d1cbe438713b5d6c350ee0983e1d312c69823 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 27 Mar 2005 14:43:44 +0000 Subject: Add ba2oui() function --- include/bluetooth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bluetooth.h') diff --git a/include/bluetooth.h b/include/bluetooth.h index d7747996..276831ae 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -128,6 +128,7 @@ bdaddr_t *strtoba(const char *str); char *batostr(const bdaddr_t *ba); int ba2str(const bdaddr_t *ba, char *str); int str2ba(const char *str, bdaddr_t *ba); +int ba2oui(const bdaddr_t *ba, char *oui); int baprintf(const char *format, ...); int bafprintf(FILE *stream, const char *format, ...); -- cgit