Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c35 typedef struct AttConnectRspAsync { struct
40 } AttConnectRspAsync; argument
1352 AttConnectRspAsync *attConnectRspAsyncPtr = (AttConnectRspAsync *)context; in AttConnectRsponseAsync()
1388 AttConnectRspAsync *attConnectRspAsyncPtr = (AttConnectRspAsync *)context; in AttConnectRsponseAsyncDestroy()
1415 AttConnectRspAsync *attConnectRspAsyncPtr = NULL; in ATT_ConnectRsp()
1418 attConnectRspAsyncPtr = MEM_MALLOC.alloc(sizeof(AttConnectRspAsync)); in ATT_ConnectRsp()