Hi Ravi, >>> Idle time is deprecated in HID 1_1. So remove it from ipc document >>> and update GET_REPORT and VIRTUAL_UNPLUG opcode values. >>> --- >>> android/hal-ipc-api.txt | 10 ++-------- >>> android/hal-msg.h | 4 ++-- >>> 2 files changed, 4 insertions(+), 10 deletions(-) >>> >>> diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt >>> index 91ea280..57f4c13 100644 >>> --- a/android/hal-ipc-api.txt >>> +++ b/android/hal-ipc-api.txt >>> @@ -614,20 +614,14 @@ Notifications: >>> 0x01 = Boot >>> 0xff = Unsupported >>> >>> - Opcode 0x84 - Idle Time notification >>> - >>> - Notification parameters: Remote address (6 octets) >>> - Status (1 octet) >>> - Idle time (2 octets) >> so what does HID_1.1 actually mean? I still see this notification in bt_hh.h. >> >> Regards >> >> Marcel >> > In HID_SPEC_V11 (3.1) Get Idle and Set Idle are deprecated. And even in bt_hh.h > get_idle and set_idle interfaces are not available. Bluedroid had implementation > of those two in bluedroid/btif/src/btif_hh.c but in interface struct those are commented out. > I didn't find the call back call there. That's why I updated ipc-doc. if they are not using this notification in the Bluetooth service, then we do not need to implemented. Regards Marcel -- 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