Searched refs:bt_bap_stream_config (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 628 int bt_bap_stream_config(struct bt_conn *conn, struct bt_bap_stream *stream, struct bt_bap_ep *ep,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | cap_initiator.c | 872 err = bt_bap_stream_config(conn, bap_stream, ep, codec_cfg); in cap_initiator_unicast_audio_configure() 961 err = bt_bap_stream_config(conn, bap_stream, ep, codec_cfg); in bt_cap_initiator_codec_configured()
|
D | bap_stream.c | 444 int bt_bap_stream_config(struct bt_conn *conn, struct bt_bap_stream *stream, struct bt_bap_ep *ep, in bt_bap_stream_config() function
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 504 err = bt_bap_stream_config(default_conn, stream, ep, &preset_16_2_1.codec_cfg); in codec_configure_stream()
|
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_client/src/ |
D | main.c | 851 err = bt_bap_stream_config(default_conn, stream, ep, &codec_configuration.codec_cfg); in configure_stream()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 1143 err = bt_bap_stream_config(default_conn, bap_stream, ep, in cmd_config()
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_bap.c | 1954 err = bt_bap_stream_config(conn, &stream->stream, ep, codec_cfg); in client_configure_codec()
|