Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2051 attRecevieRspConnectPtr->result = BREDR_CONNECT_FAIL; in AttReceiveConnectionRspAsync()
2056 MEM_MALLOC.free(attRecevieRspConnectPtr->info); in AttReceiveConnectionRspAsync()
2057 MEM_MALLOC.free(attRecevieRspConnectPtr); in AttReceiveConnectionRspAsync()
2072 MEM_MALLOC.free(attRecevieRspConnectPtr->info); in AttReceiveConnectionRspAsyncDestroy()
2073 MEM_MALLOC.free(attRecevieRspConnectPtr); in AttReceiveConnectionRspAsyncDestroy()
2104 if (attRecevieRspConnectPtr == NULL) { in AttReceiveConnectionRsp()
2108 attRecevieRspConnectPtr->lcid = lcid; in AttReceiveConnectionRsp()
2109 attRecevieRspConnectPtr->info = connectInfoPtr; in AttReceiveConnectionRsp()
2110 attRecevieRspConnectPtr->result = result; in AttReceiveConnectionRsp()
2111 attRecevieRspConnectPtr->status = status; in AttReceiveConnectionRsp()
[all …]