Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c660 ConnectTimeOutContext *attBredrTimeOutPtr = (ConnectTimeOutContext *)context; in AttBredrConnectTimeOutAsync() local
663 AttGetConnectingIndexByConnectHandle(attBredrTimeOutPtr->connectHandle, &connecting); in AttBredrConnectTimeOutAsync()
673 MEM_MALLOC.free(attBredrTimeOutPtr); in AttBredrConnectTimeOutAsync()
686 ConnectTimeOutContext *attBredrTimeOutPtr = (ConnectTimeOutContext *)context; in AttBredrConnectTimeOutAsyncDestroy() local
688 MEM_MALLOC.free(attBredrTimeOutPtr); in AttBredrConnectTimeOutAsyncDestroy()
703 ConnectTimeOutContext *attBredrTimeOutPtr = MEM_MALLOC.alloc(sizeof(ConnectTimeOutContext)); in AttBredrConnectTimeOut() local
704 if (attBredrTimeOutPtr == NULL) { in AttBredrConnectTimeOut()
708 attBredrTimeOutPtr->connectHandle = connecting->connectHandle; in AttBredrConnectTimeOut()
710 …tAsyncProcess(AttBredrConnectTimeOutAsync, AttBredrConnectTimeOutAsyncDestroy, attBredrTimeOutPtr); in AttBredrConnectTimeOut()