summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-032-0/+8
|
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-023-19/+26
|
* Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz2008-10-021-1/+16
|
* Add property support for control interface.Luiz Augusto von Dentz2008-10-021-0/+29
|
* Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz2008-10-021-2/+26
|
* Add property support for sink interface.Luiz Augusto von Dentz2008-10-021-0/+36
|
* 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-022-7/+62
|
* Update active call status when call is answeredJohan Hedberg2008-10-021-1/+2
|
* Add some debug prints for the connected/disconnected callbacksJohan Hedberg2008-10-021-0/+2
|
* Make the features bits reflect what's actually supported currentlyJohan Hedberg2008-10-021-1/+3
|
* 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
|