Lines Matching full:activated
292 ** Description: Receive LLLCP-activated event from stack.
294 ** activated: Event data.
299 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated)
307 mRemoteWKS = activated.remote_wks;
333 if (activated.is_initiator == TRUE) {
1242 case NFA_P2P_ACTIVATED_EVT: //remote device has activated
1243 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1247 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1398 if ((pClient = sP2p.findClient (eventData->activated.handle)) == NULL)
1404 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; Conn Handle: 0x%04x, pClient: 0x%p", fn, eventData->activated.handle, pClient.get());