From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/hal-msg.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 30fe624..44fd5c8 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -530,6 +530,11 @@ struct hal_ev_pan_conn_state { uint8_t remote_role; } __attribute__((packed)); +#define HAL_A2DP_STATE_DISCONNECTED 0x00 +#define HAL_A2DP_STATE_CONNECTING 0x01 +#define HAL_A2DP_STATE_CONNECTED 0x02 +#define HAL_A2DP_STATE_DISCONNECTING 0x03 + #define HAL_EV_A2DP_CONN_STATE 0x81 struct hal_ev_a2dp_conn_state { uint8_t state; -- 1.8.3.1 -- 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