tests: Bluetooth: Add missing encryption value for CAP broadcaster

The field was uninitialized, causing the test to fail.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2023-03-01 15:43:40 +01:00 committed by Carles Cufí
parent afa8e6f23a
commit b1415c57e1

View file

@ -395,6 +395,7 @@ static void test_cap_initiator_broadcast(void)
create_param.subgroup_params = &subgroup_param;
create_param.qos = &broadcast_preset_16_2_1.qos;
create_param.packing = BT_ISO_PACKING_SEQUENTIAL;
create_param.encryption = false;
init();