Diff between 19a4979a95454964bf69f2dfd48afa1756f0b0ff and faa7b5c70b287f1398d4853e263d519dfbf2da5c

Changed Files

File Additions Deletions Status
lib/bluetooth.h +1 -0 modified

Full Patch

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 5bd4f03..1dee6df 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -63,6 +63,7 @@ extern "C" {
 #define BT_SECURITY	4
 struct bt_security {
 	uint8_t level;
+	uint8_t key_size;
 };
 #define BT_SECURITY_SDP		0
 #define BT_SECURITY_LOW		1