Searched refs:remote_ep (Results 1 – 2 of 2) sorted by relevance
229 stream->remote_ep = NULL; 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()634 stream->remote_ep = remote_ep; in bt_a2dp_stream_config()635 stream->remote_ep_id = remote_ep->sep.sep_info.id; in bt_a2dp_stream_config()638 remote_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()737 a2dp->ctrl_param.acp_stream_ep_id = stream->remote_ep != NULL in bt_a2dp_stream_ctrl_pre()[all …]
633 struct bt_a2dp_ep *remote_ep; member749 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep,