Add two TMAP broadcast sample applications. tmap_bms implements the Broadcast Media Sender role. It uses CAP Initiator broadcast APIs to broadcast an audio stream. tmap_bmr implements the Broadcast Media Receiver role. It scans and syncs to the PA having filtered the EA by the presence of TMAP role information. It also instantiates the VCP. Signed-off-by: Silviu Petria <silviu.petria@nxp.com>
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
|
|
CONFIG_LIBLC3=y
|
|
CONFIG_FPU=y
|
|
|
|
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
|
|
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y
|