Diff between 424219cdf23d404140981336a0529c0c5f3478b6 and e7356e5e826a0a0a0d7113214f7938696753d08f

Changed Files

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

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 7c67948..dfe73cc 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -392,6 +392,10 @@ struct hal_ev_ssp_request {
 	uint32_t passkey;
 } __attribute__((packed));
 
+#define HAL_BOND_STATE_NONE 0
+#define HAL_BOND_STATE_BONDING 1
+#define HAL_BOND_STATE_BONDED 2
+
 #define HAL_EV_BOND_STATE_CHANGED	0x88
 struct hal_ev_bond_state_changed {
 	uint8_t status;