Diff between bde65270e35ae5ea636f8aae4ad188220e281306 and 2022b92090eeb91df6788ad1431889ec6005788e
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +2 | -0 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 44fd5c8..80c4a25 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -232,6 +232,8 @@ struct hal_cmd_sock_connect {
uint8_t flags;
} __attribute__((packed));
+/* Bluetooth HID Host HAL API */
+
#define HAL_OP_HIDHOST_CONNECT 0x01
struct hal_cmd_hidhost_connect {
uint8_t bdaddr[6];