2023-06-30 10:11:28

by Claudia Draghicescu

[permalink] [raw]
Subject: [PATCH v2 0/1] Bluetooth: ISO: Add support for periodic adv reports processing

In the case of a Periodic Synchronized Receiver,
the PA report received from a Broadcaster contains the BASE,
which has information about codec and other parameters of a BIG.
This isnformation is stored and the application can retrieve it
using getsockopt(BT_ISO_BASE).

Claudia Draghicescu (1):
Bluetooth: ISO: Add support for periodic adv reports processing

include/net/bluetooth/hci.h | 11 +++++++++++
net/bluetooth/hci_event.c | 23 +++++++++++++++++++++++
net/bluetooth/iso.c | 28 +++++++++++++++++++++++++++-
3 files changed, 61 insertions(+), 1 deletion(-)


base-commit: fd859b4a38153b4d9e1942ade471f4fdcd8d224b
--
2.34.1