Commit: 0025cdd0c103b0c93091947cfdfeb678252a056b
Parent: 002ee180b1b5c17989e197ee0b77cdcac5a5ef6e
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-11-06 16:45:40
Tree: 3b3d19e972e6bd78521b475f6b6f957cde5746a6

lib: Add IPC bus type Zephyr(1) has been using the same bus defines as Linux so tools likes of btmon, etc, are able to decode the bus under HCI, so this attempts to synchronize the definitions by adding the missing bus type IPC(11) and its decoding string. [1] https://github.com/zephyrproject-rtos/zephyr/pull/80808

Diffstat

M doc/mgmt-api.txt | 1 +
M lib/hci.c | 2 ++
M lib/hci.h | 1 +
M src/shared/btsnoop.h | 2 ++

4 files changed, 6 insertions(+), 0 deletions(-)

View Full Diff | Patch