Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c403 struct bt_bap_broadcast_source_param reconfig_param; in test_broadcast_source_reconfig() local
422 reconfig_param.params_count = subgroup_cnt_arg; in test_broadcast_source_reconfig()
423 reconfig_param.params = subgroup_params; in test_broadcast_source_reconfig()
424 reconfig_param.qos = &preset_16_1_1.qos; /* update the QoS from 16_2_1 to 16_1_1 */ in test_broadcast_source_reconfig()
425 reconfig_param.packing = BT_ISO_PACKING_SEQUENTIAL; in test_broadcast_source_reconfig()
426 reconfig_param.encryption = false; in test_broadcast_source_reconfig()
429 err = bt_bap_broadcast_source_reconfig(source, &reconfig_param); in test_broadcast_source_reconfig()