Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNfcTag.h169 bool isP2pDiscovered();
H A DNfcTag.cpp1017 bool NfcTag::isP2pDiscovered() { in isP2pDiscovered() function in NfcTag
H A DNativeNfcManager.cpp258 bool isP2p = natTag.isP2pDiscovered(); in handleRfDiscoveryEvent()