Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_polling_params.h38 static uint16_t NFC_POLL_DEFAULT; variable
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_polling_params.cpp20 uint16_t NfcPollingParams::NFC_POLL_DEFAULT = 0x3F; member in OHOS::NFC::NfcPollingParams
H A Dnfc_polling_manager.cpp73 params->SetTechMask(NfcPollingParams::NFC_POLL_DEFAULT); in GetPollingParameters()