diff options
author | 2023-03-22 22:12:11 +0000 | |
---|---|---|
committer | 2023-03-23 00:30:10 +0000 | |
commit | 5a00b850b0ebdb337effb97564d46d8ee497f307 (patch) | |
tree | 0d581b29747c7ca57b5418e79a585d33092e95a0 /system/common/metrics.h | |
parent | 71de262595ed495e841ef397e991d940a9482220 (diff) |
Revert "[BluetoothMetrics] This covers the case for Direct LE-AC..."
Revert submission 2496315-bluetooth-le-connection-session
Reason for revert: Breaks flossbuild (caught by presubmit and bypassed)
Reverted changes: /q/submissionid:2496315-bluetooth-le-connection-session
Change-Id: Ie355f78d4c535b5fa44c3451d420302c679eb862
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 |