mbox series

[0/1] Bluetooth: hci_event: Set QoS encryption from BIGInfo report

Message ID 20240617085206.5750-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: hci_event: Set QoS encryption from BIGInfo report | expand

Message

Iulia Tanasescu June 17, 2024, 8:52 a.m. UTC
On a Broadcast Sink, after synchronizing to the PA transimitted by a
Broadcast Source, the BIGInfo advertising reports emitted by the
Controller hold the encryption field, which indicates whether the
Broadcast Source is transmitting encrypted streams.

This updates the PA sync hcon QoS with the encryption value reported
in the BIGInfo report, so that this information is accurate if the
userspace tries to access the QoS struct via getsockopt.

Iulia Tanasescu (1):
  Bluetooth: hci_event: Set QoS encryption from BIGInfo report

 net/bluetooth/hci_event.c | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 1db01d15e2dace241998151499ee9b986ff135e3

Comments

patchwork-bot+bluetooth@kernel.org June 17, 2024, 2:10 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 17 Jun 2024 11:52:05 +0300 you wrote:
> On a Broadcast Sink, after synchronizing to the PA transimitted by a
> Broadcast Source, the BIGInfo advertising reports emitted by the
> Controller hold the encryption field, which indicates whether the
> Broadcast Source is transmitting encrypted streams.
> 
> This updates the PA sync hcon QoS with the encryption value reported
> in the BIGInfo report, so that this information is accurate if the
> userspace tries to access the QoS struct via getsockopt.
> 
> [...]

Here is the summary with links:
  - [1/1] Bluetooth: hci_event: Set QoS encryption from BIGInfo report
    https://git.kernel.org/bluetooth/bluetooth-next/c/bc73df197b70

You are awesome, thank you!