From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Add ACL states to the header. --- android/hal-msg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 8a344d8..1d256f2 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; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html