Home | History | Annotate | Download | only in telephony

Lines Matching full:cfun

1288     if ( !strcmp( cmd, "+CFUN=0" ) )
1293 else if ( !strcmp( cmd, "+CFUN=1" ) )
1305 return "+CFUN: 1";
1307 return "+CFUN: 0";
2362 { "+CFUN=0", NULL, handleRadioPower },
2363 { "+CFUN=1", NULL, handleRadioPower },
2451 { "+CFUN?", NULL, handleRadioPowerReq },