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

Commit c4f419f1 authored by David Duarte's avatar David Duarte Committed by Thomas Girardier
Browse files

RootCanal: Set default HCI Version in device_properties to 5.3

Bug: b/245578454
Test: None
Ignore-AOSP-First: cherry-pick from AOSP
Change-Id: I51372fba4cb0c218c9fa027d7d8d6f1c440aa0d5
Merged-In: I51372fba4cb0c218c9fa027d7d8d6f1c440aa0d5
parent 92daf4e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,9 +51,9 @@ DeviceProperties::DeviceProperties(const std::string& file_name)
      sco_data_packet_size_(255),
      num_acl_data_packets_(10),
      num_sco_data_packets_(10),
      version_(static_cast<uint8_t>(bluetooth::hci::HciVersion::V_4_1)),
      version_(static_cast<uint8_t>(bluetooth::hci::HciVersion::V_5_3)),
      revision_(0),
      lmp_pal_version_(static_cast<uint8_t>(bluetooth::hci::LmpVersion::V_4_1)),
      lmp_pal_version_(static_cast<uint8_t>(bluetooth::hci::LmpVersion::V_5_3)),
      manufacturer_name_(0),
      lmp_pal_subversion_(0),
      le_data_packet_length_(27),