Home
last modified time | relevance | path

Searched refs:ToColonSepHexString (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/types/
Draw_address.cc41 std::string RawAddress::ToString() const { return ToColonSepHexString(); } in ToString()
43 std::string RawAddress::ToColonSepHexString() const { in ToColonSepHexString() function in RawAddress
50 return ToColonSepHexString(); in ToStringForLogging()
Draw_address.h56 std::string ToColonSepHexString() const;
/packages/modules/Bluetooth/system/gd/hci/
Daddress.h57 std::string ToColonSepHexString() const;
Daddress.cc65 std::string Address::ToColonSepHexString() const { in ToColonSepHexString() function in bluetooth::hci::Address