Lines Matching full:disc
1286 ALOGD ("%s: NFA_P2P_DISC_EVT; h=0x%04x; reason=0x%X", fn, eventData->disc.handle, eventData->disc.reason);
1288 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1290 ALOGE ("%s: NFA_P2P_DISC_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->disc.handle);
1432 ALOGD ("%s: NFA_P2P_DISC_EVT; h=0x%04x; reason=0x%X", fn, eventData->disc.handle, eventData->disc.reason);
1434 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1437 if ((pClient = sP2p.findClient (eventData->disc.handle)) == NULL)
1439 ALOGE ("%s: NFA_P2P_DISC_EVT: can't find client for NFA handle: 0x%04x", fn, eventData->disc.handle);