Home | History | Annotate | Download | only in telephony

Lines Matching defs:techs

125     const struct { const char* name; AModemTech  tech; }  techs[] = {
135 for (nn = 0; techs[nn].name; nn++) {
136 if (!strcmp(tech, techs[nn].name))
137 return techs[nn].tech;
2365 { "+CTEC=?", "+CTEC: 0,1,2,3", NULL }, /* Query available Techs */