comparison src/g23m-aci/aci/aci_cmh.h @ 597:f18b29e27be5

First attempt at MCSI voice path automatic switching The function is implemented at the ACI level in both aci2 and aci3, successfully avoids triggering the DSP bug on the first call, but the shutdown of MCSI upon call completion is not working properly yet in either version.
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 27 Mar 2019 22:18:35 +0000
parents d648cafa30cf
children cf1cfe12a54a
comparison
equal deleted inserted replaced
596:e4d46979846f 597:f18b29e27be5
525 AT_CMD_P_RST, /* Reset GSM */ 525 AT_CMD_P_RST, /* Reset GSM */
526 AT_CMD_P_BAND, /* Get RF band */ 526 AT_CMD_P_BAND, /* Get RF band */
527 /* FreeCalypso additions */ 527 /* FreeCalypso additions */
528 AT_CMD_AT_SPKR, 528 AT_CMD_AT_SPKR,
529 AT_CMD_AT_VPATH, 529 AT_CMD_AT_VPATH,
530 AT_CMD_AT_VSEL,
530 AT_CMD_AT_SND, 531 AT_CMD_AT_SND,
531 AT_CMD_AT_E1, 532 AT_CMD_AT_E1,
532 AT_CMD_AT_E1STOP, 533 AT_CMD_AT_E1STOP,
533 AT_CMD_AT_E2, 534 AT_CMD_AT_E2,
534 AT_CMD_AT_E2LSI, 535 AT_CMD_AT_E2LSI,