Home
last modified time | relevance | path

Searched refs:stream_alloc (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor.h59 struct bt_cap_stream *stream_alloc(enum bt_audio_dir dir);
Dmain.c142 struct bt_cap_stream *stream_alloc(enum bt_audio_dir dir) in stream_alloc() function
Dcap_acceptor_unicast.c121 cap_stream = stream_alloc(dir); in unicast_server_config_cb()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c122 static struct bt_bap_stream *stream_alloc(void) in stream_alloc() function
144 *stream = stream_alloc(); in lc3_config()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c200 static struct bt_bap_stream *stream_alloc(void) in stream_alloc() function
221 *stream = stream_alloc(); in lc3_config()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c85 static struct bt_bap_stream *stream_alloc(void) in stream_alloc() function
106 *stream = stream_alloc(); in lc3_config()
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c282 static struct bt_bap_stream *stream_alloc(enum bt_audio_dir dir) in stream_alloc() function
313 *stream = stream_alloc(dir); in lc3_config()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c627 static struct bt_bap_stream *stream_alloc(void) in stream_alloc() function
648 *stream = stream_alloc(); in lc3_config()