summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 4.114.11Marcel Holtmann2008-10-042-1/+6
|
* Add support for connecting/disconnecting headsets.Mika Linnanoja2008-10-041-1/+27
|
* Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg2008-10-041-7/+11
|
* Change SCO server socket into a generic oneJohan Hedberg2008-10-042-56/+56
| | | | | | Due to a kernel bug we can't initiate SCO connections if there's a server socket bound to the same adapter. Therefore use a global socket bound to BDADDR_ANY instead.
* Add test script for dummy telephony pluginJohan Hedberg2008-10-041-0/+78
|
* Add example agent implementation in CMarcel Holtmann2008-10-032-1/+409
|
* Remove old passkey-agent and auth-agentMarcel Holtmann2008-10-033-775/+1
|
* Add first draft of AVRCP D-Bus interface specificationMarcel Holtmann2008-10-032-3/+136
|
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-034-0/+16
|
* Release 4.104.10Marcel Holtmann2008-10-032-1/+7
|
* Update documentation.Luiz Augusto von Dentz2008-10-023-23/+122
|
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-025-25/+34
|
* Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz2008-10-021-0/+28
|
* Add property support for network interface.Luiz Augusto von Dentz2008-10-021-0/+48
|
* Add code to emit PropertyChanged on input interface.Luiz Augusto von Dentz2008-10-021-0/+10
|
* Add property support for input interface.Luiz Augusto von Dentz2008-10-021-0/+30
|
* 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
|
* Remove device discovery timer on device removal.Luiz Augusto von Dentz2008-09-301-0/+3
|
* Prevent emitting duplicate signals for DiscoverableTimeout property.Luiz Augusto von Dentz2008-09-301-0/+3
|
* Fix memory leaks with HAL messagesMarcel Holtmann2008-09-301-0/+6
|
* Release 4.94.9Marcel Holtmann2008-09-292-1/+6
|
* Read the class of device before setting a new oneMarcel Holtmann2008-09-291-5/+7
|
* Set device class before storing itMarcel Holtmann2008-09-291-1/+1
|
* Send alias update when remote name result is availableMarcel Holtmann2008-09-291-5/+14
|
* Set major and minor class in one goMarcel Holtmann2008-09-291-2/+1
|
* Add support for setting major and minor class togetherMarcel Holtmann2008-09-292-1/+21
|
* Make sure to always add Alias and Icon propertyMarcel Holtmann2008-09-293-67/+89
|