Home
last modified time | relevance | path

Searched refs:btp_bap_unicast_stream (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.h30 struct btp_bap_unicast_stream { struct
43 struct btp_bap_unicast_stream streams[BTP_BAP_UNICAST_MAX_STREAMS_COUNT]; argument
56 struct btp_bap_unicast_stream *btp_bap_unicast_stream_find(struct btp_bap_unicast_connection *conn,
58 struct btp_bap_unicast_stream *btp_bap_unicast_stream_alloc(
60 void btp_bap_unicast_stream_free(struct btp_bap_unicast_stream *stream);
Dbtp_bap_unicast.c35 static inline struct btp_bap_unicast_stream *stream_bap_to_unicast(struct bt_bap_stream *stream) in stream_bap_to_unicast()
39 struct btp_bap_unicast_stream, audio_stream); in stream_bap_to_unicast()
42 static inline struct bt_bap_stream *stream_unicast_to_bap(struct btp_bap_unicast_stream *stream) in stream_unicast_to_bap()
111 void btp_bap_unicast_stream_free(struct btp_bap_unicast_stream *stream) in btp_bap_unicast_stream_free()
116 struct btp_bap_unicast_stream *btp_bap_unicast_stream_find( in btp_bap_unicast_stream_find()
331 struct btp_bap_unicast_stream *u_stream; in lc3_config()
508 struct btp_bap_unicast_stream *u_stream = stream_bap_to_unicast(stream); in stream_configured()
523 struct btp_bap_unicast_stream *u_stream = stream_bap_to_unicast(stream); in stream_qos_set()
532 struct btp_bap_unicast_stream *u_stream = stream_bap_to_unicast(stream); in stream_enabled()
560 struct btp_bap_unicast_stream *u_stream = stream_bap_to_unicast(stream); in stream_metadata_updated()
[all …]
Dbtp_cap.c27 static struct bt_bap_stream *stream_unicast_to_bap(struct btp_bap_unicast_stream *stream) in stream_unicast_to_bap()
32 static struct bt_cap_stream *stream_unicast_to_cap(struct btp_bap_unicast_stream *stream) in stream_unicast_to_cap()
196 struct btp_bap_unicast_stream *u_stream; in cap_unicast_setup_ase()
310 struct btp_bap_unicast_stream *u_stream = &u_conn->streams[i]; in btp_cap_unicast_audio_start()
358 struct btp_bap_unicast_stream *u_stream; in btp_cap_unicast_audio_update()
428 struct btp_bap_unicast_stream *u_stream = &u_conn->streams[i]; in btp_cap_unicast_audio_stop()