Searched refs:setconfig (Results 1 – 3 of 3) sorted by relevance
552 if (p_data->setconfig.length + 2 > 255) { in nfa_dm_set_config()556 UINT8_TO_STREAM(p, p_data->setconfig.param_id); in nfa_dm_set_config()557 UINT8_TO_STREAM(p, p_data->setconfig.length); in nfa_dm_set_config()558 ARRAY_TO_STREAM(p, p_data->setconfig.p_data, p_data->setconfig.length) in nfa_dm_set_config()559 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
968 tBTA_AV_CI_SETCONFIG setconfig{}; in bta_av_config_ind() local997 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind()998 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind()1000 (tBTA_AV_DATA*)&setconfig); in bta_av_config_ind()