Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c197 static void L2cifConfigReqCallback(uint16_t lcid, int result);
1257 static void L2cifConfigReqCallback(uint16_t lcid, int result) in L2cifConfigReqCallback() function
1294 … L2CIF_ConfigReq(connecting->cid, &(connecting->locall2capConfigInfoObj), L2cifConfigReqCallback); in L2cifConnectRspResultCallbackAsync()
2047 L2CIF_ConfigReq(attRecevieRspConnectPtr->lcid, &l2capConfigInfoPtr, L2cifConfigReqCallback); in AttReceiveConnectionRspAsync()