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

Commit fed523a2 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Automerger Merge Worker
Browse files

Merge "floss: Add missing metrics function for ChromeOS" am: 0e96f519

parents 78ffdf73 0e96f519
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