aboutsummaryrefslogtreecommitdiff
path: root/audio/telephony.h
AgeCommit message (Collapse)Author
2009-04-11Add debug print for indicator changesJohan Hedberg
2009-02-17Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-12-10Fix AT+NREC APIJohan Hedberg
Remove disable from the function names since there now is the boolean "enable" parameter.
2008-12-04Clean up AT+NREC behavior and APIJohan Hedberg
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.
2008-11-29Add some common phone number type definitionsJohan Hedberg
2008-11-27Implement support for AT+NRECJohan Hedberg
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.
2008-10-17Implement better support for AT+CHLD=<n>Johan Hedberg
2008-10-17Add network timeout CME errorJohan Hedberg
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.
2008-10-09Implement operator selection (AT+COPS) supportJohan Hedberg
2008-10-02Implement call waiting notification supportJohan Hedberg
2008-10-02Add support for subscriber number notificationJohan Hedberg
2008-10-02Add support for simple call tracking in dummy driverJohan Hedberg
2008-10-02Add support for current call list queryJohan Hedberg
Support for the AT+CLCC command and the +CLCC:... unsolicited result code.
2008-10-02Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg
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.
2008-10-02Add defines for Extended Audio Gateway Error Result CodesJohan Hedberg
This is needed for the mandatory "Phone status information" feature of HFP.
2008-09-11Implement support for subscriber number request (AT+CNUM)Johan Hedberg
2008-09-10Implement DTMF tone transmission (AT+VTS)Johan Hedberg
2008-09-05Add debug prints for HF and AG feature bitsJohan Hedberg
2008-09-05Make telephony_ready name consistent with the other functionsJohan Hedberg
2008-09-05Use consistent naming for the telephony functionsJohan Hedberg
2008-09-05Implement call notificationJohan Hedberg
2008-09-05Implement support for placing calls (ATD)Johan Hedberg
2008-09-05Fix telephony_get_indicator parameter as wellJohan Hedberg
2008-09-05Make indicator table read-only (const) on headset.c sideJohan Hedberg
2008-09-05Add some human readable defines for the indicator valuesJohan Hedberg
2008-09-05Implement answer call functionality (ATA)Johan Hedberg
2008-09-05Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg
2008-09-05Implement last number dialed (AT+BLDN) supportJohan Hedberg
2008-09-04Add a telephony_ready callback to notify initialization completionJohan Hedberg
2008-09-04Implement basic HFP response and hold supportJohan Hedberg
2008-09-04Implement basic event reporting supportJohan Hedberg
2008-09-03Reorder some functionsMarcel Holtmann
2008-09-03Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg
telephony plugin
2008-09-03Preliminary support for indicatorsJohan Hedberg
2008-09-03Add skeleton for basic telephony functionsJohan Hedberg
2008-09-01Add skeleton for telephony driversMarcel Holtmann