Home
last modified time | relevance | path

Searched refs:isExchanged (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h80 MtuInfo(bool isExchanged, uint16_t mtu) : isExchanged_(isExchanged), mtu_(mtu) in MtuInfo()
H A Dgatt_client_profile.cpp56 void SetMtuInformation(uint16_t connectHandle, bool isExchanged, uint16_t mtu);
1061 * @param isExchanged Indicates the flag of MTU has been exchanged.
1065 void GattClientProfile::impl::SetMtuInformation(uint16_t connectHandle, bool isExchanged, uint16_t mtu) in SetMtuInformation() argument
1069 mtuInfo_.emplace(connectHandle, MtuInfo(isExchanged, mtu)); in SetMtuInformation()
1072 it->second.isExchanged_ = isExchanged; in SetMtuInformation()

Completed in 5 milliseconds