Home
last modified time | relevance | path

Searched refs:bredrConnParaVar (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c641 (*connecting)->locall2capConfigInfoObj.mtu = connParaPtr->bredrConnParaVar.mtu; in AttConnectReqAssignBredrConnect()
642 (*connecting)->locall2capConfigInfoObj.flushTimeout = connParaPtr->bredrConnParaVar.flushTimeout; in AttConnectReqAssignBredrConnect()
643 (*connecting)->locall2capConfigInfoObj.rfc.mode = connParaPtr->bredrConnParaVar.mode; in AttConnectReqAssignBredrConnect()
1190 connectAsyncPtr->bredrConnParaVar = connParaPtr->bredrConnParaVar; in ATT_ConnectReq()
1361 connecting->locall2capConfigInfoObj.mtu = attConnectRspAsyncPtr->g_attConnectParaObj->bredrConnParaVar.mtu; in AttConnectRsponseAsync()
1363 attConnectRspAsyncPtr->g_attConnectParaObj->bredrConnParaVar.flushTimeout; in AttConnectRsponseAsync()
1364 connecting->locall2capConfigInfoObj.rfc.mode = attConnectRspAsyncPtr->g_attConnectParaObj->bredrConnParaVar.mode; in AttConnectRsponseAsync()
1412 cfg->bredrConnParaVar.mtu); in ATT_ConnectRsp()
1428 attConnectBredrConnPtr->bredrConnParaVar in ATT_ConnectRsp()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp669 connectionParameter.bredrConnParaVar.mtu = instance.pimpl->connectionParameter_.mtu_; in BREDRConnectInd()
670 connectionParameter.bredrConnParaVar.mode = instance.pimpl->connectionParameter_.mode_; in BREDRConnectInd()
671 connectionParameter.bredrConnParaVar.flushTimeout = instance.pimpl->connectionParameter_.flushTimeout_; in BREDRConnectInd()
753 connectionParameter.bredrConnParaVar.mtu = instance.pimpl->connectionParameter_.mtu_; in DoConnect()
754 connectionParameter.bredrConnParaVar.mode = instance.pimpl->connectionParameter_.mode_; in DoConnect()
755 connectionParameter.bredrConnParaVar.flushTimeout = instance.pimpl->connectionParameter_.flushTimeout_; in DoConnect()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h345 AttBredrConnect bredrConnParaVar; member

Completed in 7 milliseconds