diff options
author | 2024-12-13 00:28:25 +0000 | |
---|---|---|
committer | 2024-12-13 00:28:25 +0000 | |
commit | 38e416011e0e6a170b64f990613badf313949bb4 (patch) | |
tree | 00643ef5d906d003208285e1456c35dcff27342f | |
parent | 09a6496c09e4a90182c28de540bb68cc08d37486 (diff) |
Format proto field with underscore
Flag: EXEMPT, bug fix
Bug: 377723852
Test: On device test
Change-Id: Id7715ae74c5dcc84e8169f467647c40b8d41d8cf
-rw-r--r-- | service/proto/src/metrics.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/proto/src/metrics.proto b/service/proto/src/metrics.proto index 979f85c981..225cad81fb 100644 --- a/service/proto/src/metrics.proto +++ b/service/proto/src/metrics.proto @@ -3114,7 +3114,7 @@ message ScanResultWithSameFreq { optional int32 rssi = 2; // The center frequency of the primary 20 MHz frequency (in MHz) of the channel - optional int32 frequencyMhz = 3; + optional int32 frequency_mhz = 3; } message WifiUsabilityStats { |