From 400d9fa0a92df29a85a0e2e982b56993904945cb Mon Sep 17 00:00:00 2001 From: Nate Jiang Date: Wed, 8 Jul 2020 10:56:26 -0700 Subject: [PATCH] [VTS] Use primary channel to enable RTT responder Bug: 160109667 Test: atest VtsHalWifiRttV1_4TargetTest Change-Id: I9bbe5cdaf9656503acb87e2888856e0f199dc45f --- wifi/1.4/vts/functional/wifi_rtt_controller_hidl_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi/1.4/vts/functional/wifi_rtt_controller_hidl_test.cpp b/wifi/1.4/vts/functional/wifi_rtt_controller_hidl_test.cpp index 9d842234b7..a099c8afd5 100644 --- a/wifi/1.4/vts/functional/wifi_rtt_controller_hidl_test.cpp +++ b/wifi/1.4/vts/functional/wifi_rtt_controller_hidl_test.cpp @@ -225,8 +225,8 @@ TEST_P(WifiRttControllerHidlTest, EnableResponder_1_4) { int cmdId = 55; WifiChannelInfo channelInfo; channelInfo.width = WifiChannelWidthInMhz::WIDTH_80; - channelInfo.centerFreq = 5690; - channelInfo.centerFreq0 = 5690; + channelInfo.centerFreq = 5660; + channelInfo.centerFreq0 = 5660; channelInfo.centerFreq1 = 0; // Get the responder first