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

Commit 7fb79e1b authored by Katherine Lai's avatar Katherine Lai
Browse files

floss: Disable LL privacy

In order to move forward with Floss device migration, LL privacy
needs to be disabled on Floss since it's disabled on BlueZ

Bug: 235218533
Tag: #floss
Test: BlueZ LE HID devices work on Floss
Change-Id: I30ea8becbb82218c3e0fe1948ff987ead269813f
parent d977ed1d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ std::mutex properties_mutex;
// Properties set along with some default values for Floss.
std::unordered_map<std::string, std::string> properties = {
    {"bluetooth.profile.avrcp.target.enabled", "true"},
    // TODO (b/235218533): Re-enable LL privacy on Floss
    {"bluetooth.core.gap.le.privacy.enabled", "false"},
};
}  // namespace