Home
last modified time | relevance | path

Searched refs:AddressTypeText (Results 1 – 3 of 3) sorted by relevance

/system/bt/types/
Dble_address_with_type.h30 inline std::string AddressTypeText(tBLE_ADDR_TYPE type) { in AddressTypeText() function
90 return std::string(bda.ToString() + "[" + AddressTypeText(type) + "]"); in ToString()
/system/bt/gd/hci/
Daddress_with_type.h96 ss << address_ << "[" << AddressTypeText(address_type_) << "]"; in ToString()
/system/bt/btif/src/
Dbtif_config.cc152 AddressTypeText(*p_addr_type).c_str()); in btif_get_address_type()