Merge "[VTS] Use primary channel to enable RTT responder" into rvc-dev am: cf95a2fe53
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12109459 Change-Id: I22a2b332d7e32c93a6464345c45b876a90631506
This commit is contained in:
commit
b80ceb1915
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue