mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update error code for Wifi Hotspot STA connection failure.
PiperOrigin-RevId: 830728102
This commit is contained in:
committed by
Copybara-Service
parent
1e7611f61b
commit
decf2acbd9
@@ -181,6 +181,7 @@ class WifiHotspotMedium {
|
||||
hotspot_credentials_ = hotspot_credentials;
|
||||
return impl_->ConnectWifiHotspot(hotspot_credentials);
|
||||
}
|
||||
|
||||
bool DisconnectWifiHotspot() { return impl_->DisconnectWifiHotspot(); }
|
||||
|
||||
HotspotCredentials* GetCredential() { return &hotspot_credentials_; }
|
||||
|
||||
Reference in New Issue
Block a user