Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement telephony_terminate_call_req properly | Johan Hedberg | 2008-12-08 | 1 | -23/+51 | |
| | ||||||
* | Make calls list static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement basic call status tracking | Johan Hedberg | 2008-12-08 | 1 | -4/+151 | |
| | ||||||
* | Fix D-Bus signal handling | Johan Hedberg | 2008-12-08 | 1 | -3/+7 | |
| | ||||||
* | Remove incorrect call to csd_call_free | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement basic parsing of GetCallInfoAll reply | Johan Hedberg | 2008-12-08 | 1 | -1/+104 | |
| | ||||||
* | Implement skeleton for CSD D-Bus initialization | Johan Hedberg | 2008-12-08 | 1 | -2/+86 | |
| | ||||||
* | Rename dummy_indicators to maemo_indicators | Johan Hedberg | 2008-12-08 | 1 | -11/+11 | |
| | ||||||
* | Add defines for csd call status values | Johan Hedberg | 2008-12-08 | 1 | -0/+19 | |
| | ||||||
* | Starting point for the maemo telephony plugin | Johan Hedberg | 2008-12-08 | 1 | -0/+178 | |
| | | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed. | |||||
* | Add missing gdbus function declarations | Marcel Holtmann | 2008-12-06 | 3 | -0/+22 | |
| | ||||||
* | Change file headers for D-Bus helper library | Marcel Holtmann | 2008-12-06 | 4 | -4/+4 | |
| | ||||||
* | Release 4.224.22 | Marcel Holtmann | 2008-12-06 | 2 | -1/+11 | |
| | ||||||
* | Remove trailing whitespace | Johan Hedberg | 2008-12-06 | 1 | -2/+2 | |
| | ||||||
* | Add deny statements to D-Bus access policy | Marcel Holtmann | 2008-12-05 | 1 | -1/+17 | |
| | ||||||
* | Remove unused variable | Marcel Holtmann | 2008-12-04 | 1 | -1/+1 | |
| | ||||||
* | Add note about LegacyPairing property reliability | Johan Hedberg | 2008-12-04 | 1 | -0/+4 | |
| | ||||||
* | Remove unnecessary and incorrect memset | Johan Hedberg | 2008-12-04 | 1 | -1/+0 | |
| | ||||||
* | Fix LegacyPairing description | Johan Hedberg | 2008-12-04 | 1 | -3/+3 | |
| | ||||||
* | Add support for the LegacyPairing property | Johan Hedberg | 2008-12-04 | 3 | -2/+28 | |
| | ||||||
* | Add read_remote_eir function | Johan Hedberg | 2008-12-04 | 2 | -0/+33 | |
| | ||||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 3 | -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 behavior | Johan Hedberg | 2008-12-03 | 1 | -3/+4 | |
| | ||||||
* | Fix agent creation checks | Johan Hedberg | 2008-12-03 | 2 | -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 Dentz | 2008-12-02 | 1 | -1/+6 | |
| | ||||||
* | Check if btd_device_add_uuid succeeded. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+4 | |
| | ||||||
* | Add speakergain, microphonegain, play and stop to test-telephony | Johan Hedberg | 2008-12-02 | 1 | -0/+56 | |
| | ||||||
* | Disallow Serial.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -1/+6 | |
| | ||||||
* | Disallow Network.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -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 interface | Marcel Holtmann | 2008-12-01 | 2 | -55/+1 | |
| | ||||||
* | Remove deprecated methods and signals from network interface | Marcel Holtmann | 2008-12-01 | 2 | -43/+1 | |
| | ||||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-12-01 | 1 | -5/+28 | |
|\ | ||||||
| * | Add disconnect watch for Network.Connect method. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -5/+28 | |
| | | | | | | | | If the client leaves or dies the connection should be removed. | |||||
* | | Disable the usage of scripts for now | Marcel Holtmann | 2008-12-01 | 1 | -0/+2 | |
| | | ||||||
* | | Add support for global properties | Marcel Holtmann | 2008-12-01 | 1 | -0/+37 | |
| | | ||||||
* | | Remove outdated comment and fix order of signals | Marcel Holtmann | 2008-12-01 | 1 | -2/+1 | |
| | | ||||||
* | | Add documentation for global manager properties | Marcel Holtmann | 2008-12-01 | 1 | -2/+19 | |
| | | ||||||
* | | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-12-01 | 1 | -6/+10 | |
|\| | ||||||
| * | Fix DefaultAdapter not indicanting adapter properly after repluging. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -6/+10 | |
| | | ||||||
* | | Fix DefaultAdapterChanged signal comment | Marcel Holtmann | 2008-12-01 | 1 | -2/+1 | |
|/ | ||||||
* | Get rid of OffMode and always behave like DevDown | Johan Hedberg | 2008-12-01 | 4 | -51/+15 | |
| | ||||||
* | Release 4.214.21 | Marcel Holtmann | 2008-12-01 | 2 | -1/+6 | |
| | ||||||
* | Stop the security manager if we do a DEVDOWN in adapter_up | Johan Hedberg | 2008-12-01 | 3 | -9/+14 | |
| | ||||||
* | Start security manager early to catch all HCI events | Johan Hedberg | 2008-12-01 | 1 | -1/+1 | |
| | ||||||
* | Get rid of the first_up variable and always probe drivers on startup | Johan Hedberg | 2008-12-01 | 1 | -14/+11 | |
| | | | | | | | | This patch reorganizes the adapter_up function logic a little bit so that we probe all drivers even if we are going to do a DEVDOWN ioctl afterwards due to a previously stored off mode (in the OffMode=DevDown case). An extra benefit is that we don't need the second init tracking variable in the adapter struct anymore. | |||||
* | ix adapter initialization logic | Johan Hedberg | 2008-11-30 | 1 | -9/+11 | |
| | | | | | | | | The original variable that was used for the initial DEVDOWN ioctl when OffMode=DevDown and the stored mode is "off" can't really be used elsewhere since it gets reset after calling the ioctl even though e.g. drivers haven't been probed yet. This patch renames the old variable (to first_up) and adds a new one for tracking when the adapter initialization has fully been completed. | |||||
* | Use more cleaner way of setting first_init | Marcel Holtmann | 2008-11-30 | 1 | -4/+4 | |
| | ||||||
* | Use the correct first_init variable | Johan Hedberg | 2008-11-30 | 1 | -2/+2 | |
| | | | | Use the stored first_init since adapter->first_init will always be FALSE here. | |||||
* | Release 4.204.20 | Marcel Holtmann | 2008-11-30 | 2 | -1/+10 | |
| | ||||||
* | Remove old 3.x API cruft | Marcel Holtmann | 2008-11-30 | 1 | -46/+3 | |
| |