Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f184d4ff authored by Henri Chataing's avatar Henri Chataing
Browse files

RootCanal: Fix endianness of version numbers in android vendor capabilities

Bug: 321519717
Flag: EXEMPT, tool change
Test: m com.android.btservices
Change-Id: Iac96c1f64edd980146434feea53c6e71e5999f24
parent f9e41790
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5646,7 +5646,7 @@ struct VendorCapabilities_V_0_96 {
  filtering_support: 8,
  max_filter: 8,
  activity_energy_info_support: 8,
  _fixed_ = 0x6000 : 16, // v0.96
  _fixed_ = 0x0060 : 16, // v0.96
  total_num_of_advt_tracked: 16,
  extended_scan_support: 8,
  debug_logging_supported: 8,
@@ -5661,7 +5661,7 @@ struct VendorCapabilities_V_0_98 {
  filtering_support: 8,
  max_filter: 8,
  activity_energy_info_support: 8,
  _fixed_ = 0x6200 : 16, // v0.98
  _fixed_ = 0x0062 : 16, // v0.98
  total_num_of_advt_tracked: 16,
  extended_scan_support: 8,
  debug_logging_supported: 8,
@@ -5678,7 +5678,7 @@ struct VendorCapabilities_V_1_03 {
  filtering_support: 8,
  max_filter: 8,
  activity_energy_info_support: 8,
  _fixed_ = 0x0301 : 16, // v1.03
  _fixed_ = 0x0103 : 16, // v1.03
  total_num_of_advt_tracked: 16,
  extended_scan_support: 8,
  debug_logging_supported: 8,