summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary empty lineJohan Hedberg2008-10-021-1/+0
|
* 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-023-0/+41
|
* Add support for simple call tracking in dummy driverJohan Hedberg2008-10-022-2/+58
|
* Add support for current call list queryJohan Hedberg2008-10-023-0/+44
| | | | | 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-024-307/+283
| | | | | | 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 CodesJohan Hedberg2008-10-021-0/+25
| | | | | This is needed for the mandatory "Phone status information" feature of HFP.
* Fix AVDTP_STATE_OPEN to happen only after connected and thus prevent ↵Luiz Augusto von Dentz2008-10-011-2/+2
| | | | emitting Connected signal when not connected.
* Prevent passing stdin (0) as a audio transport to applications.Luiz Augusto von Dentz2008-10-011-1/+1
|
* Fix another potential invalid read.Luiz Augusto von Dentz2008-10-011-1/+1
|
* Fix potential invalid read.Luiz Augusto von Dentz2008-10-011-1/+1
|
* Add skeleton for Maemo telephony driverMarcel Holtmann2008-10-012-1/+28
|
* Add missing void declaration in functionMarcel Holtmann2008-09-292-2/+2
|
* 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
|