Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1096 if (attConnectReqAsyncPtr->btAddress == NULL) { in AttConnectRequestAsync()
1103 attConnectReqAsyncPtr->btAddress, in AttConnectRequestAsync()
1104 attConnectReqAsyncPtr->connParaPtr, in AttConnectRequestAsync()
1105 attConnectReqAsyncPtr->bredrconnectHandle); in AttConnectRequestAsync()
1127 MEM_MALLOC.free(attConnectReqAsyncPtr->connParaPtr); in AttConnectRequestAsync()
1128 MEM_MALLOC.free(attConnectReqAsyncPtr->btAddress); in AttConnectRequestAsync()
1130 MEM_MALLOC.free(attConnectReqAsyncPtr); in AttConnectRequestAsync()
1147 MEM_MALLOC.free(attConnectReqAsyncPtr->btAddress); in AttConnectRequestAsyncDestroy()
1149 MEM_MALLOC.free(attConnectReqAsyncPtr); in AttConnectRequestAsyncDestroy()
1184 if (attConnectReqAsyncPtr == NULL) { in ATT_ConnectReq()
[all …]