Searched refs:remote_ep (Results 1 – 2 of 2) sorted by relevance
251 stream->remote_ep = NULL; in a2dp_set_config_ind()687 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep, in bt_a2dp_stream_config() argument691 (remote_ep == NULL) || (config == NULL)) { in bt_a2dp_stream_config()695 if ((local_ep->sep.sep_info.tsep == remote_ep->sep.sep_info.tsep) || in bt_a2dp_stream_config()696 (local_ep->codec_type != remote_ep->codec_type)) { in bt_a2dp_stream_config()701 stream->remote_ep = remote_ep; in bt_a2dp_stream_config()702 stream->remote_ep_id = remote_ep->sep.sep_info.id; in bt_a2dp_stream_config()705 remote_ep->stream = stream; in bt_a2dp_stream_config()707 a2dp->set_config_param.acp_stream_ep_id = remote_ep->sep.sep_info.id; in bt_a2dp_stream_config()727 a2dp->open_param.acp_stream_ep_id = stream->remote_ep != NULL ? in bt_a2dp_stream_establish()[all …]
600 struct bt_a2dp_ep *remote_ep; member714 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep,