Searched refs:sink_stream (Results 1 – 6 of 6) sorted by relevance
22 struct bt_cap_stream sink_stream; member
144 if (dir == BT_AUDIO_DIR_SINK && peer.sink_stream.bap_stream.ep == NULL) { in stream_alloc()145 return &peer.sink_stream; in stream_alloc()157 } else if (cap_stream == &peer.sink_stream) { in stream_released()205 if (peer.sink_stream.bap_stream.ep != NULL) { in reset_cap_acceptor()
441 bt_cap_stream_ops_register(&peer->sink_stream, &unicast_stream_ops); in init_cap_acceptor_unicast()
56 struct bt_cap_stream sink_stream; member169 } else if (stream == &peer.sink_stream.bap_stream) { in unicast_stream_released_cb()296 bt_cap_stream_ops_register(&peer.sink_stream, &unicast_stream_ops); in discover_sinks()345 .stream = &peer.sink_stream.bap_stream, in unicast_group_create()452 stream_param[param.count].stream = &peer.sink_stream; in unicast_audio_start()780 if (peer.sink_stream.bap_stream.ep != NULL) { in reset_cap_initiator()
292 struct bt_bap_stream *sink_stream = NULL; in transceive_test_streams() local321 if (info.dir == BT_AUDIO_DIR_SINK && sink_stream == NULL) { in transceive_test_streams()322 sink_stream = stream; in transceive_test_streams()338 if (sink_stream != NULL) { in transceive_test_streams()
744 struct bt_bap_stream *sink_stream; in connect_streams() local751 sink_stream = pair_params[0].tx_param == NULL ? NULL : pair_params[0].tx_param->stream; in connect_streams()755 if (sink_stream != NULL) { in connect_streams()756 const int err = connect_stream(sink_stream); in connect_streams()819 struct bt_bap_stream *sink_stream; in transceive_streams() local822 sink_stream = pair_params[0].tx_param == NULL ? NULL : pair_params[0].tx_param->stream; in transceive_streams()824 if (sink_stream != NULL) { in transceive_streams()826 audio_test_stream_from_bap_stream(sink_stream); in transceive_streams()