monitor: Cache connection information
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 18 May 2022 01:22:01 +0000 (18:22 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit885d1a541a5e60e54f0782afad90727f00b79111
tree15d77e7ce13b6546a491e0468edd6b906b919888
parent79b63015e8190b4ef4a86fe74a3c185a1ce398ab
monitor: Cache connection information

This caches connection information including the device addres so it can
be printed alongside the handle:

> HCI Event: Disconnect Complete (0x05) plen 4
        Status: Success (0x00)
        Handle: 3585 Address: 68:79:12:XX:XX:XX (OUI 68-79-12)
        Reason: Connection Terminated By Local Host (0x16)

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/broadcom.c
monitor/intel.c
monitor/msft.c
monitor/packet.c
monitor/packet.h
monitor/vendor.h