Searched refs:setconfig (Results 1 – 3 of 3) sorted by relevance
555 if (p_data->setconfig.length + 2 > 255) { in nfa_dm_set_config()559 UINT8_TO_STREAM(p, p_data->setconfig.param_id); in nfa_dm_set_config()560 UINT8_TO_STREAM(p, p_data->setconfig.length); in nfa_dm_set_config()561 ARRAY_TO_STREAM(p, p_data->setconfig.p_data, p_data->setconfig.length) in nfa_dm_set_config()562 status = nfa_dm_check_set_config((uint8_t)(p_data->setconfig.length + 2), in nfa_dm_set_config()
204 tNFA_DM_API_SET_CONFIG setconfig; /* NFA_DM_API_SET_CONFIG_EVT */ member
916 tBTA_AV_CI_SETCONFIG setconfig{}; in bta_av_config_ind() local945 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind()946 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind()948 (tBTA_AV_DATA*)&setconfig); in bta_av_config_ind()