summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix info calls that really should be debug insteadJohan Hedberg2008-09-112-8/+8
|
* Implement support for subscriber number request (AT+CNUM)Johan Hedberg2008-09-113-0/+20
|
* Fix error return valueJohan Hedberg2008-09-111-1/+1
|
* Remove unnecessary return statements from the end of void functionsJohan Hedberg2008-09-101-2/+0
|
* Implement DTMF tone transmission (AT+VTS)Johan Hedberg2008-09-103-0/+26
|
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-103-10/+90
|
* Minor coding style fixJohan Hedberg2008-09-101-2/+2
|
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-093-13/+0
|
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-087-117/+270
|
* Remove incorrect (and premature) optimizationJohan Hedberg2008-09-081-3/+0
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-09-081-8/+4
|\
| * Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-8/+4
| |
* | Use DBG instead of printf for debug printJohan Hedberg2008-09-081-1/+1
|/
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-6/+3
|
* Rename Source and Sink to AudioSource and AudioSinkJohan Hedberg2008-09-082-3/+2
|
* Remove double semi-colonsJohan Hedberg2008-09-061-7/+7
|
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezJohan Hedberg2008-09-061-2/+2
|\
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezMarcel Holtmann2008-09-066-13/+7
| |\
| * | Fix D-Bus connection initMarcel Holtmann2008-09-061-2/+2
| | |
* | | Remove obsolete filesJohan Hedberg2008-09-063-340/+1
| |/ |/|
* | Fix audio and input interfaces match the API documentationJohan Hedberg2008-09-066-13/+7
|/
* Audio: Missing DBusConnection unrefClaudio Takahasi2008-09-051-6/+8
|
* Limit context of DBusConnectionJohan Hedberg2008-09-051-2/+2
|
* 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-052-9/+94
|
* Make telephony_ready name consistent with the other functionsJohan Hedberg2008-09-053-4/+4
|
* Implement dummy registration and roaming status methodsJohan Hedberg2008-09-051-5/+45
|
* Remove old legacy HFP testing methodsJohan Hedberg2008-09-051-84/+0
|
* Add alerting indication after outgoing call indicationJohan Hedberg2008-09-051-0/+6
|
* Use consistent naming for the telephony functionsJohan Hedberg2008-09-053-18/+18
|
* Implement call notificationJohan Hedberg2008-09-053-1/+68
|
* Update cancel_call methodJohan Hedberg2008-09-051-22/+7
|
* Implement support for placing calls (ATD)Johan Hedberg2008-09-053-0/+29
|
* Add some simple D-Bus methods for telephony controlJohan Hedberg2008-09-051-0/+106
|
* Fix telephony_get_indicator parameter as wellJohan Hedberg2008-09-051-1/+1
|
* Make indicator table read-only (const) on headset.c sideJohan Hedberg2008-09-052-5/+7
|
* Add some human readable defines for the indicator valuesJohan Hedberg2008-09-052-9/+30
|
* Implement answer call functionality (ATA)Johan Hedberg2008-09-053-16/+34
|
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-053-10/+37
|
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-053-2/+111
|
* Remove unused functionJohan Hedberg2008-09-041-5/+0
|
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-042-6/+18
|
* Remove incorrect call to headset_set_state(connected) before HFP SLC is upJohan Hedberg2008-09-041-1/+0
|
* Don't send Response and Hold status if there is noneJohan Hedberg2008-09-041-1/+1
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-09-041-8/+8
|\
| * Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-8/+8
| |
* | No need to call telephony_response_and_hold_ind in ↵Johan Hedberg2008-09-041-4/+4
| | | | | | | | telephony_event_reporting_req because telephony_ready was added
* | Remove unused functionJohan Hedberg2008-09-041-5/+0
| |
* | Add some documentation for the AG variablesJohan Hedberg2008-09-041-7/+7
| |