Added option to set the ASE count through the bap API, making ASE configuration runtime available. The upper limit of ASEs are still bound by the Kconfig options set for ASEs. Signed-off-by: Fredrik Danebjer <frdn@demant.com>
24 lines
584 B
YAML
24 lines
584 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- bluetooth_audio
|
|
tests:
|
|
bluetooth.audio.ascs.test_default:
|
|
type: unit
|
|
bluetooth.audio.ascs.test_snk_only:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT=0
|
|
bluetooth.audio.ascs.test_src_only:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT=0
|
|
bluetooth.audio.ascs.test_unicast_client_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_BAP_UNICAST_CLIENT=y
|
|
bluetooth.audio.ascs.test_stream_pair:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_MAX_ACTIVE_ASES=2
|