summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
Commit message (Collapse)AuthorAgeFilesLines
* Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg2009-02-171-0/+2
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Fix AT+NREC APIJohan Hedberg2008-12-101-2/+2
| | | | | Remove disable from the function names since there now is the boolean "enable" parameter.
* Clean up AT+NREC behavior and APIJohan Hedberg2008-12-041-1/+1
| | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API.
* Add some common phone number type definitionsJohan Hedberg2008-11-291-0/+7
|
* Implement support for AT+NRECJohan Hedberg2008-11-271-0/+2
| | | | | This patch adds support for the AT+NREC command which can be used for disabling noice reduction and echo canceling features on the AG side.
* Implement better support for AT+CHLD=<n>Johan Hedberg2008-10-171-1/+3
|
* Add network timeout CME errorJohan Hedberg2008-10-171-0/+1
| | | | | This error code doesn't appear in the CME error table in the HFP spec but there are references to it in a couple of other places in the spec.
* Implement operator selection (AT+COPS) supportJohan Hedberg2008-10-091-0/+9
|
* Implement call waiting notification supportJohan Hedberg2008-10-021-0/+1
|
* Add support for subscriber number notificationJohan Hedberg2008-10-021-0/+6
|
* Add support for simple call tracking in dummy driverJohan Hedberg2008-10-021-1/+19
|
* Add support for current call list queryJohan Hedberg2008-10-021-0/+5
| | | | | Support for the AT+CLCC command and the +CLCC:... unsolicited result code.
* Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg2008-10-021-43/+54
| | | | | | This patch allows multiple headsets to be connected at the same time to us. All headsets receive indications but only the headset that sent an AT command will receive the reply for it.
* Add defines for Extended Audio Gateway Error Result CodesJohan Hedberg2008-10-021-0/+25
| | | | | This is needed for the mandatory "Phone status information" feature of HFP.
* Implement support for subscriber number request (AT+CNUM)Johan Hedberg2008-09-111-0/+2
|
* Implement DTMF tone transmission (AT+VTS)Johan Hedberg2008-09-101-0/+2
|
* Add debug prints for HF and AG feature bitsJohan Hedberg2008-09-051-9/+17
|
* Make telephony_ready name consistent with the other functionsJohan Hedberg2008-09-051-1/+1
|
* Use consistent naming for the telephony functionsJohan Hedberg2008-09-051-6/+6
|
* Implement call notificationJohan Hedberg2008-09-051-0/+4
|
* Implement support for placing calls (ATD)Johan Hedberg2008-09-051-0/+2
|
* Fix telephony_get_indicator parameter as wellJohan Hedberg2008-09-051-1/+1
|
* Make indicator table read-only (const) on headset.c sideJohan Hedberg2008-09-051-1/+2
|
* Add some human readable defines for the indicator valuesJohan Hedberg2008-09-051-0/+20
|
* Implement answer call functionality (ATA)Johan Hedberg2008-09-051-0/+2
|
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-051-0/+15
|
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-051-0/+27
|
* Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-041-6/+3
|
* Implement basic HFP response and hold supportJohan Hedberg2008-09-041-2/+6
|
* Implement basic event reporting supportJohan Hedberg2008-09-041-0/+4
|
* Reorder some functionsMarcel Holtmann2008-09-031-5/+3
|
* Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg2008-09-031-0/+10
| | | | telephony plugin
* Preliminary support for indicatorsJohan Hedberg2008-09-031-0/+8
|
* Add skeleton for basic telephony functionsJohan Hedberg2008-09-031-0/+9
|
* Add skeleton for telephony driversMarcel Holtmann2008-09-011-0/+24