Android-cuttlefish cvd tool
Namespaces | Enumerations
modem_technology.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Enumerations

enum  cuttlefish::ModemTechnology {
  cuttlefish::M_MODEM_TECH_GSM = 1 << 0 , cuttlefish::M_MODEM_TECH_WCDMA = 1 << 1 , cuttlefish::M_MODEM_TECH_CDMA = 1 << 2 , cuttlefish::M_MODEM_TECH_EVDO = 1 << 3 ,
  cuttlefish::M_MODEM_TECH_TDSCDMA = 1 << 4 , cuttlefish::M_MODEM_TECH_LTE = 1 << 5 , cuttlefish::M_MODEM_TECH_NR = 1 << 6
}