diff options
Diffstat (limited to 'system/stack/include/stack_metrics_logging.h')
-rw-r--r-- | system/stack/include/stack_metrics_logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/stack/include/stack_metrics_logging.h b/system/stack/include/stack_metrics_logging.h index 56921ddbdf..158c98f610 100644 --- a/system/stack/include/stack_metrics_logging.h +++ b/system/stack/include/stack_metrics_logging.h @@ -43,6 +43,7 @@ void log_sdp_attribute(const RawAddress& address, uint16_t protocol_uuid, const char* attribute_value); void log_manufacturer_info(const RawAddress& address, + android::bluetooth::AddressTypeEnum address_type, android::bluetooth::DeviceInfoSrcEnum source_type, const std::string& source_name, const std::string& manufacturer, |