Diff between 1787252671e0ed99b3328590dc9d681d833d96cc and 7d3a60724776cddaa36f213fb7d0f313f784137e

Changed Files

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

Full Patch

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 012fde4..0baa05c 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -77,6 +77,13 @@ struct bt_security {
 #define BT_FLUSHABLE_OFF	0
 #define BT_FLUSHABLE_ON		1
 
+#define BT_POWER		9
+struct bt_power {
+	uint8_t force_active;
+};
+#define BT_POWER_FORCE_ACTIVE_OFF 0
+#define BT_POWER_FORCE_ACTIVE_ON  1
+
 #define BT_CHANNEL_POLICY	10
 
 /* BR/EDR only (default policy)