Skip to main content
Visitor II
December 15, 2025
Question

Coexistence TMAP broadcast audio and BLE service on STM32WBA55-DK1

  • December 15, 2025
  • 1 reply
  • 297 views

Hi all,
I'd like to create a project on the STM32WBA55-DK1 that combines a TMAP broadcast audio service (like the one in the BLE_Audio_TMAP_Peripheral example, 2nd menu entry) with a BLE data service where I can manage some parameters. Is there an example available for this purpose? Thanks.

1 reply

ST Employee
December 17, 2025

Hello Paul,

 

I confirm it is possible to have a connection with a remote device (with BLE service) while being a broadcast sink. It's the typical use case with the scan delegator role (BASS service). However, this service is provided in the ble_audio library, and we don't have another example. 

For adding you own service, I recommend merging from another project such BLE_HeartRate

 

Best regards,