Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5033965a authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Add missing metrics function for ChromeOS

Bug: 275237714
Tag: #floss
Test: emerge-$BOARD floss (chromeos build)
Change-Id: I1934bfc8a895d00da92568a0fb9611457bc089e0
parent 6acb7d19
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -182,5 +182,12 @@ void LogMetricBluetoothRemoteSupportedFeatures(

void LogMetricBluetoothCodePathCounterMetrics(int32_t key, int64_t count) {}

void LogMetricBluetoothLEConnectionMetricEvent(
    const Address& 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 os
}  // namespace bluetooth