summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 0fcf412c6..e6171cef0 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -378,6 +378,10 @@ int bt_error(uint16_t code);
const char *bt_compidtostr(int id);
typedef struct {
+ uint8_t data[3];
+} uint24_t;
+
+typedef struct {
uint8_t data[16];
} uint128_t;