Home
last modified time | relevance | path

Searched defs:FromLegacyConfigString (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/hci/
Denum_helper.h37 std::optional<hci::DeviceType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
50 std::optional<hci::AddressType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
64 std::optional<hci::KeyType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
78 std::optional<hci::LegacyScanMode> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
Daddress.cc60 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Dclass_of_device.cc117 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Duuid.cc129 std::optional<Uuid> Uuid::FromLegacyConfigString(const std::string& uuid) { in FromLegacyConfigString() function in bluetooth::hci::Uuid
/system/bt/gd/storage/
Dserializable.h49 static std::optional<T> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
/system/bt/gd/common/
Dbyte_array.h93 static std::optional<ByteArray<kLength>> FromLegacyConfigString(const std::string& from) { in FromLegacyConfigString() function