Home | History | Annotate | Download | only in reference-ril

Lines Matching full:creg

781         cmd = "AT+CREG?";
782 prefix = "+CREG:";
801 * The solicited version of the CREG response is
802 * +CREG: n, stat, [lac, cid]
804 * +CREG: stat, [lac, cid]
805 * The <n> parameter is basically "is unsolicited creg on?"
828 case 0: /* +CREG: <stat> */
835 case 1: /* +CREG: <n>, <stat> */
845 case 2: /* +CREG: <stat>, <lac>, <cid> */
853 case 3: /* +CREG: <n>, <stat>, <lac>, <cid> */
1885 err = at_send_command("AT+CREG=2", &p_response);
1887 /* some handsets -- in tethered mode -- don't support CREG=2 */
1889 at_send_command("AT+CREG=1", NULL);
1995 } else if (strStartsWith(s,"+CREG:")