Searched refs:bt_bap_stream_attach (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.h | 25 void bt_bap_stream_attach(struct bt_conn *conn, struct bt_bap_stream *stream, struct bt_bap_ep *ep,
|
D | bap_stream.c | 79 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 634 bt_bap_stream_attach(conn, stream, ep, codec_cfg); in bt_bap_stream_config()
|
D | bap_broadcast_source.c | 327 bt_bap_stream_attach(NULL, stream, ep, codec_cfg); in broadcast_source_setup_stream() 969 bt_bap_stream_attach(NULL, stream, stream->ep, codec_cfg); in bt_bap_broadcast_source_reconfig()
|
D | bap_broadcast_sink.c | 1112 bt_bap_stream_attach(NULL, stream, ep, codec_cfg); in bt_bap_broadcast_sink_setup_stream()
|
D | ascs.c | 1707 bt_bap_stream_attach(ase->conn, stream, &ase->ep, &ase->ep.codec_cfg); in ase_config() 1782 bt_bap_stream_attach(conn, stream, ep, &ep->codec_cfg); in bt_ascs_config_ase()
|