Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h77 bool isExchanged_ = false; member
80 MtuInfo(bool isExchanged, uint16_t mtu) : isExchanged_(isExchanged), mtu_(mtu) in MtuInfo()
H A Dgatt_client_profile.cpp218 } else if (!pimpl->GetMtuInformation(connectHandle).isExchanged_) { in ExchangeMtu()
1072 it->second.isExchanged_ = isExchanged; in SetMtuInformation()