summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/slc.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-19hfp: Use enum from hfp.hDenis Kenzior1-7/+7
2013-12-05hfp: Add Voice Recognition flag to BRSFAndrew Earl1-0/+1
2013-06-26hfpmodem: Fix ECNR HF featureFrederic Danis1-1/+2
2013-04-09hfpmodem: Send AT+BAC with the supported codecsVinicius Costa Gomes1-1/+11
Before, the AT+BAC command was being sent with fixed information, now we send the command (that inform the AG of the codecs supported by the HF) with the codecs supported by the registered Handsfree Audio Agent.
2013-04-09drivers: Include hfp.hDenis Kenzior1-0/+1
2013-01-17hfpmodem: Add support for sending the supported codecsVinicius Costa Gomes1-0/+29
Right now, only the mandatory CVSD codec is supported. The mSBC mandatory codec is "temporarily" not supported. The spec alows this, HFP 1.6 Spec Section 4.34.1 page 92: "If wide band speech is supported then the mandatory codec (mSBC) shall be included unless it is temporarily unavailable."
2011-08-08hfpmodem: fix hf featuresFrédéric Danis1-1/+6
check audio gateway version and only set right features
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior1-0/+304