This adds the Set Broadcast_Code opcode handler, enabling a BASS Server to sync to an encrypted BIG. The BASS Server will detect if the Source is advertising an encrypted BIG by looking at the QoS of the PA sync socket, after PA sync has been established and a first BIGInfo report has been received. If the BIG is encrypted, it will wait for the Client to provide the correct Broadcast Code, before issuing the BIG Create Sync command. Iulia Tanasescu (3): btio: Add support for accepting BIS after defer setup monitor: Fix ATT decoding issue shared/bass: Add Set Broadcast_Code opcode handler btio/btio.c | 31 +++++++++ btio/btio.h | 4 ++ monitor/packet.c | 7 +- src/shared/bass.c | 159 +++++++++++++++++++++++++++++++++++++++++++--- src/shared/bass.h | 1 + 5 files changed, 191 insertions(+), 11 deletions(-) base-commit: dc13da09d78b3df761d27ee8f4bf7089afe37788 -- 2.34.1