Bluetooth: Audio: CAP implement broadcast reception stop

Implement the CAP broadcast reception stop procedures and
add unit tests

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2024-07-24 11:25:11 +02:00 committed by Alberto Escolar
commit 8295deb966
9 changed files with 573 additions and 20 deletions

View file

@ -982,7 +982,7 @@ static void test_broadcast_reception_stop(size_t acceptor_count)
/* reception stop is not implemented yet, for now the following command will fail*/
reception_stop_param.type = BT_CAP_SET_TYPE_AD_HOC;
reception_stop_param.members = NULL;
reception_stop_param.param = NULL;
reception_stop_param.count = 0U;
err = bt_cap_commander_broadcast_reception_stop(&reception_stop_param);
if (err != 0) {