Home
last modified time | relevance | path

Searched refs:WWAN_DATA_CLASS_GPRS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.h47 #define WWAN_DATA_CLASS_GPRS 0x00000001 macro
H A DQMIThread.c1250 {WWAN_DATA_CLASS_GPRS, "GPRS"},
1370 DataCapList = WWAN_DATA_CLASS_GPRS| in requestRegistrationState2()
1617 } else if (DataCapList & WWAN_DATA_CLASS_GPRS) { in requestRegistrationState2()
1618 pDataCapStr = wwan_data_class2str(WWAN_DATA_CLASS_GPRS); in requestRegistrationState2()