monitor: Add support for decoding Read Local Controller Delay
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 27 Feb 2021 00:55:44 +0000 (16:55 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commitf5a14b053d6127e9f2fc6968c66dd016d686c6db
tree129ec0bf8cc3b02be273288504de7431445394f3
parent3482ccfc95af730a925371fb5871e064661d35d7
monitor: Add support for decoding Read Local Controller Delay

< HCI Command: Read Local Supported Controller Delay (0x04|0x000f) plen 8
        Codec: mSBC (0x05)
        Logical Transport Type: 0x02
          Codec supported over BR/EDR SCO and eSCO
        Direction: Input (Host to Controller) (0x00)
        Length Codec Configuration: 0
> HCI Event: Command Complete (0x0e) plen 10
      Read Local Supported Controller Delay (0x04|0x000f) ncmd 1
        Status: Success (0x00)
        Minimum Controller delay: 0 us (0x000000)
        Maximum Controller delay: 0 us (0x000000)

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
emulator/btdev.c
monitor/bt.h
monitor/packet.c