summaryrefslogtreecommitdiff
path: root/monitor/hwdb.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-12-23 17:16:29 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-12-23 17:16:29 -0800
commit2441a9b9c51fbdd8fced9800f1a59bb9edc61d27 (patch)
tree6f5076b29d3ee90a6fb329c487c991a4205ce20b /monitor/hwdb.h
parent177eb4837ce0d2815cbda527e7c3081559b30dd9 (diff)
downloadbluez-2441a9b9c51fbdd8fced9800f1a59bb9edc61d27.tar.gz
monitor: Decode OUI company information from addresses
Diffstat (limited to 'monitor/hwdb.h')
-rw-r--r--monitor/hwdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/hwdb.h b/monitor/hwdb.h
index 8cf6571ed..26b6fca8e 100644
--- a/monitor/hwdb.h
+++ b/monitor/hwdb.h
@@ -22,6 +22,8 @@
*
*/
+#include <stdint.h>
#include <stdbool.h>
bool hwdb_get_vendor_model(const char *modalias, char **vendor, char **model);
+bool hwdb_get_company(const uint8_t *bdaddr, char **company);