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:
parent
907a3bf908
commit
8295deb966
9 changed files with 573 additions and 20 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue