Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further cleanup of set_mode() | Johan Hedberg | 2008-11-29 | 1 | -24/+36 |
| | | | | | | The set_mode() function is excessively large so try to split out smaller logical parts of it into their own functions (write_scan_enable in this case). | ||||
* | Remove unnecessary adapter_set_mode function | Johan Hedberg | 2008-11-29 | 1 | -11/+3 |
| | |||||
* | Fix/cleanup set_mode() and its usage | Johan Hedberg | 2008-11-29 | 1 | -65/+91 |
| | |||||
* | Remove unnecessary parenthesis | Johan Hedberg | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | Remove usage of the string "limited" | Johan Hedberg | 2008-11-29 | 1 | -2/+1 |
| | |||||
* | Remove bogus parameter | Johan Hedberg | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | Remove unused variable | Johan Hedberg | 2008-11-29 | 1 | -3/+0 |
| | |||||
* | RequestMode end result should depend on the Discoverable property | Johan Hedberg | 2008-11-29 | 1 | -4/+7 |
| | |||||
* | Mode restoring for offmode=devdown should be per-adapter | Johan Hedberg | 2008-11-29 | 1 | -6/+10 |
| | |||||
* | adapter_up() cleanup | Johan Hedberg | 2008-11-29 | 1 | -41/+37 |
| | |||||
* | More session related cleanup | Johan Hedberg | 2008-11-29 | 1 | -15/+14 |
| | |||||
* | Rename old mode_request() to request_session() | Johan Hedberg | 2008-11-29 | 1 | -19/+5 |
| | |||||
* | Remove methods and properties marked as deprecated from Adapter interface. | Luiz Augusto von Dentz | 2008-11-28 | 1 | -75/+0 |
| | |||||
* | Introduce PairableTimeout Property and fix use of g_timeout_add. | Luiz Augusto von Dentz | 2008-11-27 | 1 | -73/+156 |
| | | | | | | | PairableTimeout work similarly to DiscoverableTimeout where the user application can set the amount of time to stay in Pairable. It also fixes the use of g_timeout_add to g_timeout_add_seconds for both PairableTimeout and DiscoverableTimeout. | ||||
* | Introduce Pairable property. | Luiz Augusto von Dentz | 2008-11-20 | 1 | -2/+66 |
| | | | | | | | | | | | As the name suggest it tells when an adapter enter or leaves bondable mode, it works as follow: Pairable=true & Discoverable=true: limited IAC Pairable=true & Discoverable=false: pairable but inquiry scan disabled Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC) but new pairings cannot be created (same as if there was no agent) Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable (as if there was no agent) | ||||
* | Move set_limited_discoverable() from dbus-hci.c to adapter.c | Johan Hedberg | 2008-11-19 | 1 | -0/+38 |
| | | | | | The function was only used from within adapter.c so it makes sense to have it static inside adapter.c | ||||
* | Fix D-Bus signals emmission for CreateDevice | Johan Hedberg | 2008-11-19 | 1 | -3/+1 |
| | |||||
* | Make use of g_timeout_add_seconds whenever possible. | Luiz Augusto von Dentz | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | Emit DeviceCreated for temporary devices. | Luiz Augusto von Dentz | 2008-11-11 | 1 | -8/+15 |
| | | | | | | DeviceCreated should be emitted for temporary devices since there could be meaningful information for user applications. This also affects DeviceRemoved since it now should be emitted for temporary devices too. | ||||
* | Handle RequestAuthorization on adapter ANY. | Luiz Augusto von Dentz | 2008-11-05 | 1 | -10/+36 |
| | |||||
* | Fix bug on Connected property. | Luiz Augusto von Dentz | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | Make FindAdapter return the any object if present | Marcel Holtmann | 2008-11-01 | 1 | -0/+5 |
| | |||||
* | Add method for requesting/releasing the any adapter object path | Marcel Holtmann | 2008-11-01 | 1 | -0/+25 |
| | |||||
* | Move storage of the base path to manager | Marcel Holtmann | 2008-10-31 | 1 | -2/+1 |
| | |||||
* | Make the variable prefix really global | Marcel Holtmann | 2008-10-31 | 1 | -1/+3 |
| | |||||
* | Send DeviceFound signals also the first time the name gets resolved | Johan Hedberg | 2008-10-28 | 1 | -5/+24 |
| | | | | | | This patch makes sure that we send the DeviceFound with the Name property for newly found pre-2.1 devices when their names gets resolved for the first time. | ||||
* | Use g_dbus_send_message instead of dbus_connection_send | Johan Hedberg | 2008-10-24 | 1 | -8/+4 |
| | |||||
* | Fix GDBusWatchFunction usage | Johan Hedberg | 2008-10-21 | 1 | -2/+9 |
| | |||||
* | Unload adapter drivers on adapter removal instead of adapter_stop | Johan Hedberg | 2008-10-20 | 1 | -2/+2 |
| | |||||
* | Fix fallouts due to GDBusWatchFunction changes | Marcel Holtmann | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Add emit_array_property_changed() | Johan Hedberg | 2008-10-16 | 1 | -3/+3 |
| | |||||
* | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 1 | -40/+31 |
| | |||||
* | Add dict_append_array() | Johan Hedberg | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | Rename dbus_message_iter_append_dict_entry to dict_append_entry | Johan Hedberg | 2008-10-16 | 1 | -15/+8 |
| | |||||
* | Allow dynamic adapter driver registration | Claudio Takahasi | 2008-10-15 | 1 | -0/+19 |
| | |||||
* | Fix uuid list allocation and freeing bug exposed by previous mem leak fix | Johan Hedberg | 2008-10-10 | 1 | -0/+1 |
| | |||||
* | Make device driver probe calls take UUID's instead of full records | Johan Hedberg | 2008-10-09 | 1 | -7/+1 |
| | | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's. | ||||
* | Don't detect profile removal on during reverse service discovery | Johan Hedberg | 2008-10-09 | 1 | -1/+1 |
| | | | | | | | Some devices will hide their service secords when they are connected so we incorrectly think that they have removed support for the profile. A simple solution is not to try to do this detection when we are doing reverse service discovery. | ||||
* | Prevent emitting duplicate signals for DiscoverableTimeout property. | Luiz Augusto von Dentz | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | Fix signal emission for Powered and Discoverable | Marcel Holtmann | 2008-09-29 | 1 | -57/+50 |
| | |||||
* | Implement first part of CancelDeviceCreation | Johan Hedberg | 2008-09-25 | 1 | -14/+60 |
| | | | | Currently only canceling of CreatePairedDevice is supported | ||||
* | Code cleanup | Johan Hedberg | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDown | Luiz Augusto von Dentz | 2008-09-24 | 1 | -3/+15 |
| | |||||
* | Use a common timeout for hci commands | Johan Hedberg | 2008-09-23 | 1 | -19/+23 |
| | |||||
* | Introduce RequestSession and ReleaseSession. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -9/+26 |
| | |||||
* | Emit Powered and Discoverable properly when adapter comes up and down. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+30 |
| | |||||
* | Emit PropertyChanged for Powered and Discoverable. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+31 |
| | |||||
* | Make Powered/Discoverable properties changeable via SetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+48 |
| | |||||
* | Make Powered/Discoverable property available in GetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -4/+14 |
| | |||||
* | Mark RequestMode/ReleaseMode as deprecated. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+4 |
| |