Internal change

PiperOrigin-RevId: 364931903
This commit is contained in:
hai007
2021-03-24 17:58:58 -07:00
committed by Copybara-Service
parent 4c43ad4e6c
commit aa26e3d88d
5 changed files with 24 additions and 10 deletions
-1
View File
@@ -564,7 +564,6 @@ Exception BasePcpHandler::WriteConnectionRequestFrame(
EndpointChannel* endpoint_channel, const std::string& local_endpoint_id,
const ByteArray& local_endpoint_info, std::int32_t nonce,
const std::vector<proto::connections::Medium>& supported_mediums) {
// TODO(b/172178926): Add WifiLan 5GHz and BSSID support.
return endpoint_channel->Write(parser::ForConnectionRequest(
local_endpoint_id, local_endpoint_info, nonce, /*supports_5_ghz =*/false,
/*bssid=*/std::string{}, supported_mediums));