diff options
Diffstat (limited to 'system/common/metrics.h')
-rw-r--r-- | system/common/metrics.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/common/metrics.h b/system/common/metrics.h index 273cbdab19..a0a34b5945 100644 --- a/system/common/metrics.h +++ b/system/common/metrics.h @@ -21,16 +21,13 @@ #include <bta/include/bta_api.h> #include <frameworks/proto_logging/stats/enums/bluetooth/enums.pb.h> #include <frameworks/proto_logging/stats/enums/bluetooth/hci/enums.pb.h> -#include <frameworks/proto_logging/stats/enums/bluetooth/le/enums.pb.h> #include <stdint.h> #include <memory> #include <string> #include <vector> -#include "gd/os/metrics.h" #include "types/raw_address.h" -#include "hci/address.h" namespace bluetooth { @@ -523,14 +520,6 @@ void LogLeAudioConnectionSessionReported( void LogLeAudioBroadcastSessionReported(int64_t duration_nanos); -void LogLeBluetoothConnectionMetricEventReported( - const RawAddress& raw_address, - android::bluetooth::le::LeConnectionOriginType origin_type, - android::bluetooth::le::LeConnectionType connection_type, - android::bluetooth::le::LeConnectionState transaction_state, - std::vector<std::pair<os::ArgumentType, int>> - argument_list); - } // namespace common } // namespace bluetooth |