--- android/hal-msg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 3ad9af6..4c7d344 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -479,6 +479,12 @@ struct hal_ev_hidhost_get_report { uint8_t data[0]; } __attribute__((packed)); +#define HAL_EV_HIDHOST_VIRTUAL_UNPLUG 0x86 +struct hal_ev_hidhost_virtual_unplug { + uint8_t bdaddr[6]; + uint8_t status; +} __attribute__((packed)); + #define HAL_EV_A2DP_CONNECTION_STATE 0x81 struct hal_ev_a2dp_connection_state { uint8_t state; -- 1.8.3.2 -- 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