Home | History | Annotate | Download | only in jni

Lines Matching refs:DISCOVERY

122 static bool                 sRfEnabled = false; // whether RF discovery is enabled
179 ** Description: Handle RF-discovery events from the stack.
189 //there is more discovery notification coming
243 case NFA_RF_DISCOVERY_STARTED_EVT: // RF Discovery started
252 case NFA_RF_DISCOVERY_STOPPED_EVT: // RF Discovery stopped event
261 case NFA_DISC_RESULT_EVT: // NFC link/protocol discovery notificaiton
275 case NFA_SELECT_RESULT_EVT: // NFC link/protocol discovery select response
369 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
927 ** technologies_mask: the bitmask of technologies for which to enable discovery
957 // Stop RF discovery to reconfigure
1015 // Actually start discovery.
1019 PowerSwitch::getInstance ().setModeOn (PowerSwitch::DISCOVERY);
1048 // Stop RF Discovery.
1058 if (! PowerSwitch::getInstance ().setModeOff (PowerSwitch::DISCOVERY))
1723 ALOGE ("%s: Failed to start/stop RF discovery; error=0x%X", __FUNCTION__, status);