Home
last modified time | relevance | path

Searched refs:attRecevieConfigRspPtr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2138 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() local
2215 if (attRecevieConfigRspPtr == NULL) { in AttReceiveConfigRsp()
2219 attRecevieConfigRspPtr->lcid = lcid; in AttReceiveConfigRsp()
2220 attRecevieConfigRspPtr->info = configInfoPtr; in AttReceiveConfigRsp()
2221 attRecevieConfigRspPtr->result = result; in AttReceiveConfigRsp()
[all …]