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

Commit 0e96f519 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Gerrit Code Review
Browse files

Merge "floss: Add missing metrics function for ChromeOS"

parents e26ffe33 5033965a
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