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

Commit 3d166285 authored by David Duarte's avatar David Duarte
Browse files

RootCanal: Set default HCI Version in device_properties to 5.3

Test: None
Change-Id: I51372fba4cb0c218c9fa027d7d8d6f1c440aa0d5
parent 6fc223e5
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),