Searched refs:attDisconnectAbnormalPtr (Results 1 – 1 of 1) sorted by relevance
2304 … AttDisconnectAbnormalContext *attDisconnectAbnormalPtr = (AttDisconnectAbnormalContext *)context; in AttDisconnectAbnormalAsync() local2310 if (attDisconnectAbnormalPtr->reason == L2CAP_STATE_COLLISION) { in AttDisconnectAbnormalAsync()2313 AttGetConnectingIndexByCid(attDisconnectAbnormalPtr->lcid, &connecting); in AttDisconnectAbnormalAsync()2322 AttGetConnectInfoIndexByCid(attDisconnectAbnormalPtr->lcid, &connect); in AttDisconnectAbnormalAsync()2345 MEM_MALLOC.free(attDisconnectAbnormalPtr); in AttDisconnectAbnormalAsync()2358 … AttDisconnectAbnormalContext *attDisconnectAbnormalPtr = (AttDisconnectAbnormalContext *)context; in AttDisconnectAbnormalAsyncDestroy() local2360 MEM_MALLOC.free(attDisconnectAbnormalPtr); in AttDisconnectAbnormalAsyncDestroy()2377 if (attDisconnectAbnormalPtr == NULL) { in AttDisconnectAbnormal()2382 attDisconnectAbnormalPtr->lcid = lcid; in AttDisconnectAbnormal()2383 attDisconnectAbnormalPtr->reason = reason; in AttDisconnectAbnormal()[all …]