Searched refs:local_ep (Results 1 – 2 of 2) sorted by relevance
229 stream->local_ep = ep; in a2dp_process_config_ind()636 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep, in bt_a2dp_stream_config() argument639 if ((a2dp == NULL) || (stream == NULL) || (local_ep == NULL) || (remote_ep == NULL) || in bt_a2dp_stream_config()644 if ((local_ep->sep.sep_info.tsep == remote_ep->sep.sep_info.tsep) || in bt_a2dp_stream_config()645 (local_ep->codec_type != remote_ep->codec_type)) { in bt_a2dp_stream_config()649 stream->local_ep = local_ep; in bt_a2dp_stream_config()653 local_ep->stream = stream; in bt_a2dp_stream_config()656 remote_ep->sep.sep_info.id, local_ep->sep.sep_info.id, in bt_a2dp_stream_config()657 local_ep->codec_type, &local_ep->sep); in bt_a2dp_stream_config()750 if ((stream == NULL) || (stream->local_ep == NULL) || (stream->a2dp == NULL)) { in bt_a2dp_stream_ctrl_pre()[all …]
631 struct bt_a2dp_ep *local_ep; member749 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep,