Home | History | Annotate | Download | only in jni

Lines Matching full:activated

294 ** Description:     Receive LLLCP-activated event from stack.
296 ** activated: Event data.
301 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated)
309 mRemoteWKS = activated.remote_wks;
335 if (activated.is_initiator == TRUE) {
344 e->SetByteField(tag.get(), f, (jbyte) activated.remote_version);
1295 case NFA_P2P_ACTIVATED_EVT: //remote device has activated
1296 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1300 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1451 if ((pClient = sP2p.findClient (eventData->activated.handle)) == NULL)
1457 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; Conn Handle: 0x%04x, pClient: 0x%p", fn, eventData->activated.handle, pClient.get());