From 2022b92090eeb91df6788ad1431889ec6005788e Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 18 Nov 2013 15:20:39 +0200 Subject: [PATCH] android: trivial: Add comment making code consistent --- android/hal-msg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 44fd5c84d..80c4a2557 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]; -- 2.47.3