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:
parent
afa8e6f23a
commit
b1415c57e1
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue