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

Commit 872e9913 authored by Michael Sun's avatar Michael Sun
Browse files

floss: Add a sysprop bluetooth.btm.sec.delay_auth_ms.value to floss

Floss is suffering from authentication racing between host and device.
Introduce the host delay to allow peripheral initiated authentication
to finish.

Bug: 301563951
Tag: #floss
Test: mma -j32
Test: emerge-brya floss
Change-Id: I8ffaaf001c8d6e81764ab4cf9e95558ea85f364a
parent 58271e92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ std::string SyspropsModule::ToString() const {
void SyspropsModule::parse_config(std::string file_path) {
  const std::list<std::string> supported_sysprops = {
      // General
      "bluetooth.btm.sec.delay_auth_ms.value",
      "bluetooth.device.default_name",
      "bluetooth.core.gap.le.privacy.enabled",
      "bluetooth.core.gap.le.conn.only_init_1m_phy.enabled",