Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c39 set_config_param)
67 struct bt_avdtp_set_configuration_params set_config_param; member
457 ep = CONTAINER_OF(a2dp->set_config_param.sep, struct bt_a2dp_ep, sep); in bt_a2dp_set_config_cb()
463 LOG_DBG("SET CONFIGURATION result:%d", a2dp->set_config_param.status); in bt_a2dp_set_config_cb()
466 a2dp_cb->config_rsp(stream, a2dp->set_config_param.status); in bt_a2dp_set_config_cb()
470 if ((!a2dp->set_config_param.status) && (ops->configured != NULL)) { in bt_a2dp_set_config_cb()
706 a2dp->set_config_param.req.func = bt_a2dp_set_config_cb; 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()
708 a2dp->set_config_param.int_stream_endpoint_id = local_ep->sep.sep_info.id; in bt_a2dp_stream_config()
709 a2dp->set_config_param.media_type = BT_AVDTP_AUDIO; in bt_a2dp_stream_config()
[all …]