Searched refs:WlcCap_CapWt (Results 1 – 1 of 1) sorted by relevance
84 int WlcCap_CapWt = 0; field in NfcCharging310 WlcCap_CapWt = (mNdefPayload[2] & 0x1F); in checkWlcCapMsg()311 if (WlcCap_CapWt > 0x13) WlcCap_CapWt = 0x13; in checkWlcCapMsg()312 TCapWt = (int) Math.pow(2, (WlcCap_CapWt + 3)); in checkWlcCapMsg()768 startWlcPowerTransfer(WlcCtl_PowerAdjReq, WlcCap_CapWt); in HandleWLCState()