tests: Bluetooth: ascs: Fix compilation warning
This fixes implicit declaration of function ‘bt_bap_unicast_server_disable’ compilation warning. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
d11bc6edb4
commit
17b9d11a35
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ ZTEST_F(ascs_test_suite, test_cis_link_loss_in_enabling_state)
|
||||||
expect_bt_bap_stream_ops_qos_set_not_called();
|
expect_bt_bap_stream_ops_qos_set_not_called();
|
||||||
expect_bt_bap_stream_ops_released_not_called();
|
expect_bt_bap_stream_ops_released_not_called();
|
||||||
|
|
||||||
err = bt_bap_unicast_server_disable(stream);
|
err = bt_bap_stream_disable(stream);
|
||||||
zassert_equal(0, err, "Failed to disable stream: err %d", err);
|
zassert_equal(0, err, "Failed to disable stream: err %d", err);
|
||||||
|
|
||||||
if (IS_ENABLED(CONFIG_BT_ASCS_ASE_SNK)) {
|
if (IS_ENABLED(CONFIG_BT_ASCS_ASE_SNK)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue