Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java102 int WlcCtl_WptInfoReq = 0; field in NfcCharging
409 WlcCtl_WptInfoReq = (mNdefPayload[1] & 0x1); in checkWlcCtlMsg()
410 if (WlcCtl_WptReq == 0) WlcCtl_WptInfoReq = 0; in checkWlcCtlMsg()
953 if (WlcCtl_WptInfoReq == 1) { in HandleWLCState()