Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java79 int WlcCap_NegoWait = 0; field in NfcCharging
305 WlcCap_NegoWait = (mNdefPayload[1] >> 1) & 0x1; in checkWlcCapMsg()
306 if (DBG) Log.d(TAG, "WlcCap_NegoWait = " + WlcCap_NegoWait); in checkWlcCapMsg()
779 if (WlcCap_NegoWait == 1) { in HandleWLCState()