Searched refs:bt_bap_stream_reconfig (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition.c | 355 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()
|
D | test_ase_state_transition_invalid.c | 457 err = bt_bap_stream_reconfig(stream, &codec_cfg); in test_server_config_codec_expect_error()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 644 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/ |
D | bap_stream.c | 603 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/ |
D | btp_bap.c | 1957 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/ |
D | bap.c | 1137 err = bt_bap_stream_reconfig(bap_stream, &uni_stream->codec_cfg); in cmd_config()
|