Home | History | Annotate | Download | only in service

Lines Matching refs:mtu

380 bool LowEnergyClient::SetMtu(std::string address, int mtu) {
382 << " MTU: " << mtu;
392 LOG(WARNING) << "Can't set MTU, no existing connection to " << address;
398 GetClientHALInterface()->configure_mtu(conn_id->second, mtu);
400 LOG(ERROR) << "HAL call to set MTU failed";
628 int mtu) {
630 << " mtu: " << mtu;
648 delegate_->OnMtuChanged(this, status, addr, mtu);