Home | History | Annotate | Download | only in dm

Lines Matching refs:setconfig

300       /* If this setconfig was due to NFA_SetConfig, then notify the app */
552 if (p_data->setconfig.length + 2 > 255) {
556 UINT8_TO_STREAM(p, p_data->setconfig.param_id);
557 UINT8_TO_STREAM(p, p_data->setconfig.length);
558 ARRAY_TO_STREAM(p, p_data->setconfig.p_data, p_data->setconfig.length)
559 status = nfa_dm_check_set_config((uint8_t)(p_data->setconfig.length + 2),