Home
last modified time | relevance | path

Searched refs:local_ep (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c249 stream->local_ep = ep; in a2dp_set_config_ind()
687 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep, in bt_a2dp_stream_config() argument
690 if ((a2dp == NULL) || (stream == NULL) || (local_ep == 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()
700 stream->local_ep = local_ep; in bt_a2dp_stream_config()
704 local_ep->stream = stream; in bt_a2dp_stream_config()
708 a2dp->set_config_param.int_stream_endpoint_id = local_ep->sep.sep_info.id; in bt_a2dp_stream_config()
710 a2dp->set_config_param.media_codec_type = local_ep->codec_type; in bt_a2dp_stream_config()
713 a2dp->set_config_param.sep = &local_ep->sep; in bt_a2dp_stream_config()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp.h598 struct bt_a2dp_ep *local_ep; member
714 struct bt_a2dp_ep *local_ep, struct bt_a2dp_ep *remote_ep,