summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/slc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24hfpmodem: slc.c: make sure to use none_prefixKuba Pawlak1-3/+4
2014-10-20slc: Make sure to initialize variablesDenis Kenzior1-0/+3
2014-10-20hfp: Track supported / active indicatorsDenis Kenzior1-3/+17
This information is obtained during SLC establishment
2014-10-20hfp: Add HF Indicators BRSF feature for 1.7Denis Kenzior1-0/+5
If HFP 1.7 client is used, enable the right BRSF feature
2014-10-20handsfree: Skeleton implementation of DDRDenis Kenzior1-2/+2
Distracted Driving Reduction or Enhanced Safety is implemented using HF indicator 0x0001
2014-10-20hfp: Add initial SLC negotiation for HFP 1.7Denis Kenzior1-1/+94
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