Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java100 int WlcCtl_WptDuration = 0; field in NfcCharging
405 WlcCtl_WptDuration = (mNdefPayload[1] & 0x3e) >> 1; in checkWlcCtlMsg()
406 if (WlcCtl_WptDuration > 0x13) WlcCtl_WptReq = 0x13; in checkWlcCtlMsg()
407 if (DBG) Log.d(TAG, "WlcCtl_WptDuration = " + WlcCtl_WptDuration); in checkWlcCtlMsg()
408 TWptDuration = (int) Math.pow(2, (WlcCtl_WptDuration + 3)); in checkWlcCtlMsg()
940 startWlcPowerTransfer(WlcCtl_PowerAdjReq, WlcCtl_WptDuration); in HandleWLCState()