Searched refs:attRecevieConfigRspPtr (Results 1 – 1 of 1) sorted by relevance
2138 if (attRecevieConfigRspPtr->result == L2CAP_SUCCESS) { in AttReceiveConfigRspAsync()2164 MEM_MALLOC.free(attRecevieConfigRspPtr->info); in AttReceiveConfigRspAsync()2165 MEM_MALLOC.free(attRecevieConfigRspPtr); in AttReceiveConfigRspAsync()2180 MEM_MALLOC.free(attRecevieConfigRspPtr->info); in AttReceiveConfigRspAsyncDestroy()2181 MEM_MALLOC.free(attRecevieConfigRspPtr); in AttReceiveConfigRspAsyncDestroy()2205 AttReceiveConfigRspContext *attRecevieConfigRspPtr = NULL; in AttReceiveConfigRsp() local2215 if (attRecevieConfigRspPtr == NULL) { in AttReceiveConfigRsp()2219 attRecevieConfigRspPtr->lcid = lcid; in AttReceiveConfigRsp()2220 attRecevieConfigRspPtr->info = configInfoPtr; in AttReceiveConfigRsp()2221 attRecevieConfigRspPtr->result = result; in AttReceiveConfigRsp()[all …]