Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/
Draw_address.cc42 std::string RawAddress::ToString() const { return ToColonSepHexString(); } in ToString()
44 std::string RawAddress::ToColonSepHexString() const { in ToColonSepHexString() function in RawAddress
57 return ToColonSepHexString(); in ToStringForLogging()
Draw_address.h57 std::string ToColonSepHexString() const;
/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc62 std::string Address::ToColonSepHexString() const { in ToColonSepHexString() function in bluetooth::hci::Address
/packages/modules/Bluetooth/system/gd/hci/
Daddress.cc65 std::string Address::ToColonSepHexString() const { in ToColonSepHexString() function in bluetooth::hci::Address
Daddress.h62 std::string ToColonSepHexString() const;
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Daddress.h58 std::string ToColonSepHexString() const;
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc525 const std::string bdstr = addr_entry.addr.ToColonSepHexString().substr( in interop_config_add_or_remove()
570 ssr_entry.addr.ToColonSepHexString().substr(0, 3 * 3 - 1); in interop_config_add_or_remove()
597 lmp_version_entry.addr.ToColonSepHexString().substr(0, 3 * 3 - 1); in interop_config_add_or_remove()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc228 << bqr_link_quality_event_.bdaddr.ToColonSepHexString() in ToString()
Dbtif_rc.cc5481 ss << "btif_rc." << p_dev->rc_addr.ToColonSepHexString() << "." in start_transaction_timer()