summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* 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 teleph...Johan Hedberg2008-09-031-92/+0
* 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
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+0
* Make use of convenient function bt_sco_connectCidorvan Leite2008-04-251-86/+29
* Make use of convenient function bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-251-273/+35
* Fixed memory leak in headset stop functionCidorvan Leite2008-04-251-3/+3
* Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg2008-02-281-5/+38
* Refuse Headset.Play() when HCI routing is configuredJohan Hedberg2008-02-191-0/+6
* Implement basic headset automatic disconnect supportJohan Hedberg2008-02-191-16/+24
* Implement proper HFP SLC handlingJohan Hedberg2008-02-191-219/+293
* Fix callback id typeJohan Hedberg2008-02-181-1/+1