summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-021-11/+16
|
* Add code to emit PropertyChanged on headset interface.Luiz Augusto von Dentz2008-10-021-3/+31
|
* Add property support for headset interface.Luiz Augusto von Dentz2008-10-021-8/+115
|
* Check HFP status before checking cli_active variableJohan Hedberg2008-10-021-0/+3
|
* Use send_foreach_headset() for RING indicationJohan Hedberg2008-10-021-41/+38
|
* Implement call waiting notification supportJohan Hedberg2008-10-021-7/+61
|
* Enable proper support for CME errorsJohan Hedberg2008-10-021-5/+30
| | | | | We shouldn't send +CME ERROR: unless we have received the AT+CMEE=1 command first from the handsfree device.
* Add support for subscriber number notificationJohan Hedberg2008-10-021-0/+11
|
* Add support for current call list queryJohan Hedberg2008-10-021-0/+33
| | | | | 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-246/+198
| | | | | | 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.
* Fix info calls that really should be debug insteadJohan Hedberg2008-09-111-1/+1
|
* Implement support for subscriber number request (AT+CNUM)Johan Hedberg2008-09-111-0/+13
|
* Fix error return valueJohan Hedberg2008-09-111-1/+1
|
* Implement DTMF tone transmission (AT+VTS)Johan Hedberg2008-09-101-0/+18
|
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-101-0/+12
|
* Move responsibility of freeint the record list to the correct placeJohan Hedberg2008-09-051-3/+0
|
* Rename hfp_features more appropriately to hf_featuresJohan Hedberg2008-09-051-3/+3
|
* Add debug prints for HF and AG feature bitsJohan Hedberg2008-09-051-0/+77
|
* Make telephony_ready name consistent with the other functionsJohan Hedberg2008-09-051-2/+2
|
* Remove old legacy HFP testing methodsJohan Hedberg2008-09-051-84/+0
|
* Use consistent naming for the telephony functionsJohan Hedberg2008-09-051-6/+6
|
* Implement call notificationJohan Hedberg2008-09-051-0/+52
|
* Update cancel_call methodJohan Hedberg2008-09-051-22/+7
|
* Implement support for placing calls (ATD)Johan Hedberg2008-09-051-0/+19
|
* Make indicator table read-only (const) on headset.c sideJohan Hedberg2008-09-051-4/+5
|
* Implement answer call functionality (ATA)Johan Hedberg2008-09-051-16/+24
|
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-051-10/+12
|
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-051-0/+74
|
* Remove unused functionJohan Hedberg2008-09-041-5/+0
|
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-041-0/+13
|
* Don't send Response and Hold status if there is noneJohan Hedberg2008-09-041-1/+1
|
* Add some documentation for the AG variablesJohan Hedberg2008-09-041-7/+7
|
* Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-041-9/+18
|
* Move AG state variables in headset.c into a separate singeltonJohan Hedberg2008-09-041-21/+30
|
* Implement basic HFP response and hold supportJohan Hedberg2008-09-041-3/+47
|
* Implement basic event reporting supportJohan Hedberg2008-09-041-0/+57
|
* Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg2008-09-031-92/+0
| | | | telephony plugin
* Preliminary support for indicatorsJohan Hedberg2008-09-031-3/+54
|
* Add skeleton for basic telephony functionsJohan Hedberg2008-09-031-0/+6
|
* Make audio plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-2/+3
|
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-041-0/+8
|
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-041-0/+7
|
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-301-24/+40
|
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-0/+3
|
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-9/+9
|
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-3/+6
|
* Make audio service to use libgdbus functions.Luiz Augusto von Dentz2008-06-021-151/+152
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-59/+59
|
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-151-2/+2
|
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-3/+4
|