Loading system/gd/os/chromeos/system_properties.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading system/gd/os/linux/system_properties.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
system/gd/os/chromeos/system_properties.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading
system/gd/os/linux/system_properties.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading