Home
last modified time | relevance | path

Searched refs:reconfig_param (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c424 struct bt_bap_broadcast_source_param reconfig_param; in test_broadcast_source_reconfig() local
440 reconfig_param.params_count = ARRAY_SIZE(subgroup_params); in test_broadcast_source_reconfig()
441 reconfig_param.params = subgroup_params; in test_broadcast_source_reconfig()
442 reconfig_param.qos = &preset_16_1_1.qos; in test_broadcast_source_reconfig()
443 reconfig_param.packing = BT_ISO_PACKING_SEQUENTIAL; in test_broadcast_source_reconfig()
444 reconfig_param.encryption = false; in test_broadcast_source_reconfig()
447 err = bt_bap_broadcast_source_reconfig(source, &reconfig_param); in test_broadcast_source_reconfig()