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

Commit eaf46219 authored by Yun-hao Chung's avatar Yun-hao Chung Committed by Gerrit Code Review
Browse files

Merge "Floss: Increase the stack start timeout to 12 seconds" into main

parents 05629789 9353d5a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ 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"},
};
        {"bluetooth.gd.start_timeout", "12000"}};
}  // namespace

std::optional<std::string> GetSystemProperty(const std::string& property) {
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ 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"},
};
        {"bluetooth.gd.start_timeout", "12000"}};
}  // namespace

std::optional<std::string> GetSystemProperty(const std::string& property) {