Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h70 std::string ToLegacyConfigString() const override { return ToString(); } in ToLegacyConfigString() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc44 std::string ClassOfDevice::ToLegacyConfigString() const { return std::to_string(ToUint32Legacy()); } in ToLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.cc67 std::string Address::ToLegacyConfigString() const { return ToString(); } in ToLegacyConfigString() function in bluetooth::hci::Address
Duuid.cc177 std::string Uuid::ToLegacyConfigString() const { return ToString(); } in ToLegacyConfigString() function in bluetooth::hci::Uuid
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc45 std::string ClassOfDevice::ToLegacyConfigString() const { return std::to_string(ToUint32Legacy()); } in ToLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.cc65 std::string Address::ToLegacyConfigString() const { return ToString(); } in ToLegacyConfigString() function in bluetooth::hci::Address