Home
last modified time | relevance | path

Searched refs:bt_bap_stream_reconfig (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/
Dtest_ase_state_transition.c355 err = bt_bap_stream_reconfig(stream, &codec_cfg); in ZTEST_F()
395 err = bt_bap_stream_reconfig(stream, &codec_cfg); in ZTEST_F()
936 err = bt_bap_stream_reconfig(stream, &codec_cfg); in ZTEST_F()
976 err = bt_bap_stream_reconfig(stream, &codec_cfg); in ZTEST_F()
Dtest_ase_state_transition_invalid.c457 err = bt_bap_stream_reconfig(stream, &codec_cfg); in test_server_config_codec_expect_error()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dbap.h644 int bt_bap_stream_reconfig(struct bt_bap_stream *stream, struct bt_audio_codec_cfg *codec_cfg);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_stream.c603 int bt_bap_stream_reconfig(struct bt_bap_stream *stream, in bt_bap_stream_reconfig() function
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c1957 err = bt_bap_stream_reconfig(&stream->stream, codec_cfg); in client_configure_codec()
1994 err = bt_bap_stream_reconfig(&stream->stream, codec_cfg); in server_configure_codec()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c1137 err = bt_bap_stream_reconfig(bap_stream, &uni_stream->codec_cfg); in cmd_config()