Home | History | Annotate | Download | only in jni

Lines Matching defs:activated

117 ** Description:     What is the current state: Idle, Sleep, or Activated.
119 ** Returns: Idle, Sleep, or Activated.
212 ** activated. This is needed due to a problem with some Kovio
217 ** activated, false otherwise
1156 ** Description: Whether the currently activated tag is Mifare Ultralight.
1273 // (which may happen when we are activated as a tag).
1274 if (data->activated.activate_ntf.rf_tech_param.mode < NCI_DISCOVERY_TYPE_LISTEN_A
1275 && data->activated.activate_ntf.intf_param.type != NFC_INTERFACE_EE_DIRECT_RF)
1277 tNFA_ACTIVATED& activated = data->activated;
1278 if (IsSameKovio(activated))
1280 mProtocol = activated.activate_ntf.protocol;
1281 calculateT1tMaxMessageSize (activated);
1282 discoverTechnologies (activated);
1283 createNativeNfcTag (activated);