Searched refs:AddressTypeText (Results 1 – 3 of 3) sorted by relevance
30 inline std::string AddressTypeText(tBLE_ADDR_TYPE type) { in AddressTypeText() function90 return std::string(bda.ToString() + "[" + AddressTypeText(type) + "]"); in ToString()
96 ss << address_ << "[" << AddressTypeText(address_type_) << "]"; in ToString()
152 AddressTypeText(*p_addr_type).c_str()); in btif_get_address_type()