aboutsummaryrefslogtreecommitdiff
path: root/system/gd/metrics/utils.h
blob: 3ada1dcbc5b714ed1a591cc39df90e5d81c99c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include <string>
#include <utility>
#include <vector>
#include "os/metrics.h"
namespace bluetooth {
namespace metrics {
bool GetBootId(std::string* boot_id);
int GetArgumentTypeFromList(
    std::vector<std::pair<os::ArgumentType, int>>& argument_list, os::ArgumentType argumentType);
    os::LeConnectionType GetLeConnectionTypeFromCID(int fixed_cid);
}  // namespace metrics
}