Home
last modified time | relevance | path

Searched refs:sdp_di_vendor_id_source (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dhci_metrics_logging.cc863 std::stringstream sdp_di_vendor_id_source; in log_remote_device_information() local
865sdp_di_vendor_id_source << "N:SDP::DIP::" << common::ToHexString(device.GetSdpDiVendorIdSource().v… in log_remote_device_information()
869 sdp_di_vendor_id_source.str(), in log_remote_device_information()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc165 int sdp_di_vendor_id_source = 0; in btu_hcif_log_event_metrics() local
174 &sdp_di_vendor_id_source); in btu_hcif_log_event_metrics()
178 ss << "N:SDP::DIP::" << loghex(sdp_di_vendor_id_source); in btu_hcif_log_event_metrics()