Diff between 3e60caf6778ef5b1495a7d5612126ff5598b4df3 and 70a7c773c80ab7dfbd6d13377366b7b074ceecd5
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +6 | -0 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 29fc6e6..851875e 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;