Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright information | Marcel Holtmann | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Fix AT+NREC API | Johan Hedberg | 2008-12-10 | 1 | -2/+2 |
| | | | | | Remove disable from the function names since there now is the boolean "enable" parameter. | ||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 1 | -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 definitions | Johan Hedberg | 2008-11-29 | 1 | -0/+7 |
| | |||||
* | Implement support for AT+NREC | Johan Hedberg | 2008-11-27 | 1 | -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 Hedberg | 2008-10-17 | 1 | -1/+3 |
| | |||||
* | Add network timeout CME error | Johan Hedberg | 2008-10-17 | 1 | -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) support | Johan Hedberg | 2008-10-09 | 1 | -0/+9 |
| | |||||
* | Implement call waiting notification support | Johan Hedberg | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | Add support for subscriber number notification | Johan Hedberg | 2008-10-02 | 1 | -0/+6 |
| | |||||
* | Add support for simple call tracking in dummy driver | Johan Hedberg | 2008-10-02 | 1 | -1/+19 |
| | |||||
* | Add support for current call list query | Johan Hedberg | 2008-10-02 | 1 | -0/+5 |
| | | | | | Support for the AT+CLCC command and the +CLCC:... unsolicited result code. | ||||
* | Pass context to telephony driver in order to allow multiple headsets | Johan Hedberg | 2008-10-02 | 1 | -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 Codes | Johan Hedberg | 2008-10-02 | 1 | -0/+25 |
| | | | | | This is needed for the mandatory "Phone status information" feature of HFP. | ||||
* | Implement support for subscriber number request (AT+CNUM) | Johan Hedberg | 2008-09-11 | 1 | -0/+2 |
| | |||||
* | Implement DTMF tone transmission (AT+VTS) | Johan Hedberg | 2008-09-10 | 1 | -0/+2 |
| | |||||
* | Add debug prints for HF and AG feature bits | Johan Hedberg | 2008-09-05 | 1 | -9/+17 |
| | |||||
* | Make telephony_ready name consistent with the other functions | Johan Hedberg | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | Use consistent naming for the telephony functions | Johan Hedberg | 2008-09-05 | 1 | -6/+6 |
| | |||||
* | Implement call notification | Johan Hedberg | 2008-09-05 | 1 | -0/+4 |
| | |||||
* | Implement support for placing calls (ATD) | Johan Hedberg | 2008-09-05 | 1 | -0/+2 |
| | |||||
* | Fix telephony_get_indicator parameter as well | Johan Hedberg | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | Make indicator table read-only (const) on headset.c side | Johan Hedberg | 2008-09-05 | 1 | -1/+2 |
| | |||||
* | Add some human readable defines for the indicator values | Johan Hedberg | 2008-09-05 | 1 | -0/+20 |
| | |||||
* | Implement answer call functionality (ATA) | Johan Hedberg | 2008-09-05 | 1 | -0/+2 |
| | |||||
* | Implement telephony plugin support for terminate call (AT+CHUP) | Johan Hedberg | 2008-09-05 | 1 | -0/+15 |
| | |||||
* | Implement last number dialed (AT+BLDN) support | Johan Hedberg | 2008-09-05 | 1 | -0/+27 |
| | |||||
* | Add a telephony_ready callback to notify initialization completion | Johan Hedberg | 2008-09-04 | 1 | -6/+3 |
| | |||||
* | Implement basic HFP response and hold support | Johan Hedberg | 2008-09-04 | 1 | -2/+6 |
| | |||||
* | Implement basic event reporting support | Johan Hedberg | 2008-09-04 | 1 | -0/+4 |
| | |||||
* | Reorder some functions | Marcel Holtmann | 2008-09-03 | 1 | -5/+3 |
| | |||||
* | Remove HFP AG features from audio.conf since they should come from the ↵ | Johan Hedberg | 2008-09-03 | 1 | -0/+10 |
| | | | | telephony plugin | ||||
* | Preliminary support for indicators | Johan Hedberg | 2008-09-03 | 1 | -0/+8 |
| | |||||
* | Add skeleton for basic telephony functions | Johan Hedberg | 2008-09-03 | 1 | -0/+9 |
| | |||||
* | Add skeleton for telephony drivers | Marcel Holtmann | 2008-09-01 | 1 | -0/+24 |