Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c39 CONTAINER_OF(_set_conf_param, struct bt_a2dp, set_config_param)
65 struct bt_avdtp_set_configuration_params set_config_param; member
399 ep = CONTAINER_OF(a2dp->set_config_param.sep, struct bt_a2dp_ep, sep); in bt_a2dp_set_config_cb()
403 if ((ep->stream == NULL) || (SET_CONF_REQ(req) != &a2dp->set_config_param)) { in bt_a2dp_set_config_cb()
609 a2dp->set_config_param.req.func = cb; in bt_a2dp_stream_config_set_param()
610 a2dp->set_config_param.acp_stream_ep_id = remote_id; in bt_a2dp_stream_config_set_param()
611 a2dp->set_config_param.int_stream_endpoint_id = int_id; in bt_a2dp_stream_config_set_param()
612 a2dp->set_config_param.media_type = BT_AVDTP_AUDIO; in bt_a2dp_stream_config_set_param()
613 a2dp->set_config_param.media_codec_type = codec_type; in bt_a2dp_stream_config_set_param()
614 a2dp->set_config_param.codec_specific_ie_len = config->codec_config->len; in bt_a2dp_stream_config_set_param()
[all …]