summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused variableJohan Hedberg2008-12-081-1/+0
|
* Implement telephony_answer_call_reqJohan Hedberg2008-12-081-10/+48
|
* Implement last number dialed supportJohan Hedberg2008-12-081-8/+21
|
* Implement telephony_list_current_calls_req properlyJohan Hedberg2008-12-081-8/+55
|
* Implement telephony_transmit_dtmf_reqJohan Hedberg2008-12-081-0/+29
|
* Use correct response to dial number requestJohan Hedberg2008-12-081-1/+1
|
* Implement telephony_dial_number_reqJohan Hedberg2008-12-081-11/+14
| | | | | Currently the methor reply isn't taken into account but we solely on the state signals instead.
* Implement telephony_terminate_call_req properlyJohan Hedberg2008-12-081-23/+51
|
* Make calls list staticJohan Hedberg2008-12-081-1/+1
|
* Implement basic call status trackingJohan Hedberg2008-12-081-4/+151
|
* Fix D-Bus signal handlingJohan Hedberg2008-12-081-3/+7
|
* Remove incorrect call to csd_call_freeJohan Hedberg2008-12-081-1/+0
|
* Implement basic parsing of GetCallInfoAll replyJohan Hedberg2008-12-081-1/+104
|
* Implement skeleton for CSD D-Bus initializationJohan Hedberg2008-12-081-2/+86
|
* Rename dummy_indicators to maemo_indicatorsJohan Hedberg2008-12-081-11/+11
|
* Add defines for csd call status valuesJohan Hedberg2008-12-081-0/+19
|
* Starting point for the maemo telephony pluginJohan Hedberg2008-12-081-0/+178
| | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed.
* Add missing gdbus function declarationsMarcel Holtmann2008-12-063-0/+22
|
* Change file headers for D-Bus helper libraryMarcel Holtmann2008-12-064-4/+4
|
* Release 4.224.22Marcel Holtmann2008-12-062-1/+11
|
* Remove trailing whitespaceJohan Hedberg2008-12-061-2/+2
|
* Add deny statements to D-Bus access policyMarcel Holtmann2008-12-051-1/+17
|
* Remove unused variableMarcel Holtmann2008-12-041-1/+1
|
* Add note about LegacyPairing property reliabilityJohan Hedberg2008-12-041-0/+4
|
* Remove unnecessary and incorrect memsetJohan Hedberg2008-12-041-1/+0
|
* Fix LegacyPairing descriptionJohan Hedberg2008-12-041-3/+3
|
* Add support for the LegacyPairing propertyJohan Hedberg2008-12-043-2/+28
|
* Add read_remote_eir functionJohan Hedberg2008-12-042-0/+33
|
* Clean up AT+NREC behavior and APIJohan Hedberg2008-12-043-4/+24
| | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API.
* Fix agent_create failure check and behaviorJohan Hedberg2008-12-031-3/+4
|
* Fix agent creation checksJohan Hedberg2008-12-032-4/+9
| | | | | Allow the same process (D-Bus name) to own both the default (adapter specific) as well as a device specific agent.
* Add another missing check for btd_device_add_uuid.Luiz Augusto von Dentz2008-12-021-1/+6
|
* Check if btd_device_add_uuid succeeded.Luiz Augusto von Dentz2008-12-021-1/+4
|
* Add speakergain, microphonegain, play and stop to test-telephonyJohan Hedberg2008-12-021-0/+56
|
* Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz2008-12-011-1/+6
|
* Disallow Network.Disconnect from unauthorized senders.Luiz Augusto von Dentz2008-12-011-0/+17
| | | | | Disconnect should only be possible for the 'owner' of the connection, the application which called Connect.
* Remove deprecated methods and signals from input interfaceMarcel Holtmann2008-12-012-55/+1
|
* Remove deprecated methods and signals from network interfaceMarcel Holtmann2008-12-012-43/+1
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-12-011-5/+28
|\
| * Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz2008-12-011-5/+28
| | | | | | | | If the client leaves or dies the connection should be removed.
* | Disable the usage of scripts for nowMarcel Holtmann2008-12-011-0/+2
| |
* | Add support for global propertiesMarcel Holtmann2008-12-011-0/+37
| |
* | Remove outdated comment and fix order of signalsMarcel Holtmann2008-12-011-2/+1
| |
* | Add documentation for global manager propertiesMarcel Holtmann2008-12-011-2/+19
| |
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-12-011-6/+10
|\|
| * Fix DefaultAdapter not indicanting adapter properly after repluging.Luiz Augusto von Dentz2008-12-011-6/+10
| |
* | Fix DefaultAdapterChanged signal commentMarcel Holtmann2008-12-011-2/+1
|/
* Get rid of OffMode and always behave like DevDownJohan Hedberg2008-12-014-51/+15
|
* Release 4.214.21Marcel Holtmann2008-12-012-1/+6
|
* Stop the security manager if we do a DEVDOWN in adapter_upJohan Hedberg2008-12-013-9/+14
|