#pragma once #include #include #include #include "os/metrics.h" namespace bluetooth { namespace metrics { bool GetBootId(std::string* boot_id); int GetArgumentTypeFromList( std::vector>& argument_list, os::ArgumentType argumentType); os::LeConnectionType GetLeConnectionTypeFromCID(int fixed_cid); } // namespace metrics }