Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.h322 void AttGetConnectingIndexByConnectHandle(uint16_t connectHandle, AttConnectingInfo **connecting);
H A Datt_connect.c502 AttGetConnectingIndexByConnectHandle(gapSecCallbackPtr->connectHandle, &connecting); in GAPSecCallbackAsync()
663 AttGetConnectingIndexByConnectHandle(attBredrTimeOutPtr->connectHandle, &connecting); in AttBredrConnectTimeOutAsync()
1354 AttGetConnectingIndexByConnectHandle(attConnectRspAsyncPtr->connectHandle, &connecting); in AttConnectRsponseAsync()
H A Datt_common.c724 void AttGetConnectingIndexByConnectHandle(uint16_t connectHandle, AttConnectingInfo **connecting) in AttGetConnectingIndexByConnectHandle() function