Searched refs:local_ep (Results 1 – 2 of 2) sorted by relevance
227 stream->local_ep = ep; in a2dp_process_config_ind()620 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep, in bt_a2dp_stream_config() argument623 if ((a2dp == NULL) || (stream == NULL) || (local_ep == NULL) || (remote_ep == NULL) || in bt_a2dp_stream_config()628 if ((local_ep->sep.sep_info.tsep == remote_ep->sep.sep_info.tsep) || in bt_a2dp_stream_config()629 (local_ep->codec_type != remote_ep->codec_type)) { in bt_a2dp_stream_config()633 stream->local_ep = local_ep; in bt_a2dp_stream_config()637 local_ep->stream = stream; in bt_a2dp_stream_config()640 remote_ep->sep.sep_info.id, local_ep->sep.sep_info.id, in bt_a2dp_stream_config()641 local_ep->codec_type, &local_ep->sep); in bt_a2dp_stream_config()731 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,