Diff between 33c400b88bfd21a097f2bee970ecaafe71f3df8c and 789ed3dbcbac4b0222876c6ccc91a53b5a85b730
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 9276a2f..1587ff2 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -405,6 +405,9 @@ struct hal_ev_bond_state_changed {
uint8_t state;
} __attribute__((packed));
+#define HAL_ACL_STATE_CONNECTED 0x00
+#define HAL_ACL_STATE_DISCONNECTED 0x01
+
#define HAL_EV_ACL_STATE_CHANGED 0x89
struct hal_ev_acl_state_changed {
uint8_t status;