Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2031 L2capConfigInfo l2capConfigInfoPtr; in AttReceiveConnectionRspAsync() local
2043 l2capConfigInfoPtr.mtu = connecting->locall2capConfigInfoObj.mtu; in AttReceiveConnectionRspAsync()
2044 l2capConfigInfoPtr.flushTimeout = connecting->locall2capConfigInfoObj.flushTimeout; in AttReceiveConnectionRspAsync()
2045 l2capConfigInfoPtr.rfc.mode = connecting->locall2capConfigInfoObj.rfc.mode; in AttReceiveConnectionRspAsync()
2047 L2CIF_ConfigReq(attRecevieRspConnectPtr->lcid, &l2capConfigInfoPtr, L2cifConfigReqCallback); in AttReceiveConnectionRspAsync()