Searched refs:bt_bap_stream_attach (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_stream.h | 17 void bt_bap_stream_attach(struct bt_conn *conn, struct bt_bap_stream *stream, struct bt_bap_ep *ep,
|
D | bap_stream.c | 76 void bt_bap_stream_attach(struct bt_conn *conn, struct bt_bap_stream *stream, struct bt_bap_ep *ep, in bt_bap_stream_attach() function 484 bt_bap_stream_attach(conn, stream, ep, codec_cfg); in bt_bap_stream_config()
|
D | bap_broadcast_source.c | 295 bt_bap_stream_attach(NULL, stream, ep, codec_cfg); in broadcast_source_setup_stream() 872 bt_bap_stream_attach(NULL, stream, stream->ep, codec_cfg); in bt_bap_broadcast_source_reconfig()
|
D | bap_broadcast_sink.c | 769 bt_bap_stream_attach(NULL, stream, ep, codec_cfg); in bt_bap_broadcast_sink_setup_stream()
|
D | ascs.c | 1483 bt_bap_stream_attach(ase->conn, stream, &ase->ep, &ase->ep.codec_cfg); in ase_config() 1558 bt_bap_stream_attach(conn, stream, ep, &ep->codec_cfg); in bt_ascs_config_ase()
|