Diff between 9e6bcb42b3e07e5f07c602224c65657fe43f74fa and 280d52cefd28b452cd4e4c2fa6e5ba0c063dd94d

Changed Files

File Additions Deletions Status
android/hal-msg.h +3 -0 modified

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 9ff0510..2840a92 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -252,6 +252,9 @@ struct hal_msg_cmd_bt_hid_send_data {
 /* Notifications and confirmations */
 
 
+#define HAL_BT_ADAPTER_STATE_OFF	0x00
+#define HAL_BT_ADAPTER_STATE_ON		0x01
+
 #define HAL_MSG_EV_BT_ADAPTER_STATE_CHANGED	0x81
 struct hal_msg_ev_bt_adapter_state_changed {
 	uint8_t state;