Android-cuttlefish cvd tool
|
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Variables | |
constexpr int | cuttlefish::kRssiUnknownValue = 99 |
constexpr int | cuttlefish::kBerUnknownValue = 99 |
constexpr int | cuttlefish::kDbmUnknownValue = -1 |
constexpr int | cuttlefish::kEcioUnknownValue = -1 |
constexpr int | cuttlefish::kSnrUnknownValue = -1 |
constexpr auto | cuttlefish::kRssiRange = std::make_pair(4, 30) |
constexpr auto | cuttlefish::kDbmRange = std::make_pair(-120, -4) |
constexpr auto | cuttlefish::kRsrpRange = std::make_pair(-140, -44) |