Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Denum_helper.h41 std::optional<hci::DeviceType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
54 std::optional<hci::AddressType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
68 std::optional<hci::KeyType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
83 std::optional<hci::LegacyScanMode> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
Dclass_of_device.cc110 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.cc69 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Duuid.cc110 std::optional<Uuid> Uuid::FromLegacyConfigString(const std::string& uuid) { in FromLegacyConfigString() function in bluetooth::hci::Uuid
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dserializable.h47 static std::optional<T> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h71 static std::optional<ByteArray<kLength>> FromLegacyConfigString(const std::string& from) { in FromLegacyConfigString() function
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc111 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.cc67 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address