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
402 ep = CONTAINER_OF(a2dp->set_config_param.sep, struct bt_a2dp_ep, sep); in bt_a2dp_set_config_cb()
407 if ((ep->stream == NULL) || (SET_CONF_REQ(req) != &a2dp->set_config_param)) { in bt_a2dp_set_config_cb()
624 memset(&a2dp->set_config_param, 0U, sizeof(a2dp->set_config_param)); in bt_a2dp_stream_config_set_param()
625 a2dp->set_config_param.req.func = cb; in bt_a2dp_stream_config_set_param()
626 a2dp->set_config_param.acp_stream_ep_id = remote_id; in bt_a2dp_stream_config_set_param()
627 a2dp->set_config_param.int_stream_endpoint_id = int_id; in bt_a2dp_stream_config_set_param()
628 a2dp->set_config_param.media_type = BT_AVDTP_AUDIO; in bt_a2dp_stream_config_set_param()
629 a2dp->set_config_param.media_codec_type = codec_type; in bt_a2dp_stream_config_set_param()
[all …]