Home | History | Annotate | Download | only in jni

Lines Matching full:discovery

128 static bool                 sRfEnabled = false; // whether RF discovery is enabled
184 ** Description: Handle RF-discovery events from the stack.
194 //there is more discovery notification coming
248 case NFA_RF_DISCOVERY_STARTED_EVT: // RF Discovery started
257 case NFA_RF_DISCOVERY_STOPPED_EVT: // RF Discovery stopped event
266 case NFA_DISC_RESULT_EVT: // NFC link/protocol discovery notificaiton
280 case NFA_SELECT_RESULT_EVT: // NFC link/protocol discovery select response
377 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
956 // Stop RF discovery to reconfigure
972 ALOGE ("%s: fail enable discovery; error=0x%X", __FUNCTION__, stat);
983 // Actually start discovery.
986 PowerSwitch::getInstance ().setModeOn (PowerSwitch::DISCOVERY);
1015 // Stop RF Discovery.
1034 if (! PowerSwitch::getInstance ().setModeOff (PowerSwitch::DISCOVERY))
1041 // state, always reset the rf field status when we disable discovery.
1452 // Stop RF discovery to reconfigure
1484 // Stop RF discovery to reconfigure
1523 // Stop RF Discovery if we were polling
1568 // Stop RF Discovery if we were polling
2017 ALOGE ("%s: Failed to start/stop RF discovery; error=0x%X", __FUNCTION__, status);