Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1219 AttGetConnectingIndexByCid(configReqPtr->lcid, &connecting); in L2cifConfigReqCallbackAsync()
1287 AttGetConnectingIndexByCid(connectRspPtr->lcid, &connecting); in L2cifConnectRspResultCallbackAsync()
1861 AttGetConnectingIndexByCid(connectRspPendingPtr->lcid, &connecting); in L2cifConnectRspPendingCallbackAsync()
2033 AttGetConnectingIndexByCid(attRecevieRspConnectPtr->lcid, &connecting); in AttReceiveConnectionRspAsync()
2132 AttGetConnectingIndexByCid(attRecevieConfigRspPtr->lcid, &connecting); in AttReceiveConfigRspAsync()
2313 AttGetConnectingIndexByCid(attDisconnectAbnormalPtr->lcid, &connecting); in AttDisconnectAbnormalAsync()
2490 AttGetConnectingIndexByCid(configRspPtr->lcid, &connecting); in L2cifConfigRspCallbackAsync()
2576 AttGetConnectingIndexByCid(attRecevieConfigReqPtr->lcid, &connecting); in AttReceiveConfigReqAsync()
H A Datt_common.h305 void AttGetConnectingIndexByCid(uint16_t cid, AttConnectingInfo **connecting);
H A Datt_common.c659 void AttGetConnectingIndexByCid(uint16_t cid, AttConnectingInfo **connecting) in AttGetConnectingIndexByCid() function