summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move more signal sending and iac setting responsibility over to adapter_mode_...Johan Hedberg2008-11-291-18/+23
* Further set_mode cleanupJohan Hedberg2008-11-291-6/+2
* Reset correct timeout id variableJohan Hedberg2008-11-291-1/+1
* Fix discov_timeout_handler to do WRITE_SCAN_ENABLE asynchronouslyJohan Hedberg2008-11-291-16/+11
* Use the write_scan_enable helper function from discov_timeout_handlerJohan Hedberg2008-11-291-52/+34
* Fix adapter_up behavior for offmode=devdown caseJohan Hedberg2008-11-291-20/+15
* Minor coding style fixJohan Hedberg2008-11-291-1/+1
* Make adapter_update_devices private to adapter.cJohan Hedberg2008-11-291-19/+19
* Make adapter_remove_discov_timeout private to adapter.cJohan Hedberg2008-11-291-13/+14
* Clean up scan mode related codeJohan Hedberg2008-11-291-30/+6
* Further cleanup of set_mode()Johan Hedberg2008-11-291-24/+36
* Remove unnecessary adapter_set_mode functionJohan Hedberg2008-11-291-11/+3
* Fix/cleanup set_mode() and its usageJohan Hedberg2008-11-291-65/+91
* Remove unnecessary parenthesisJohan Hedberg2008-11-291-1/+1
* Remove usage of the string "limited"Johan Hedberg2008-11-291-2/+1
* Remove bogus parameterJohan Hedberg2008-11-291-1/+1
* Remove unused variableJohan Hedberg2008-11-291-3/+0
* RequestMode end result should depend on the Discoverable propertyJohan Hedberg2008-11-291-4/+7
* Mode restoring for offmode=devdown should be per-adapterJohan Hedberg2008-11-291-6/+10
* adapter_up() cleanupJohan Hedberg2008-11-291-41/+37
* More session related cleanupJohan Hedberg2008-11-291-15/+14
* Rename old mode_request() to request_session()Johan Hedberg2008-11-291-19/+5
* Remove methods and properties marked as deprecated from Adapter interface.Luiz Augusto von Dentz2008-11-281-75/+0
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-271-73/+156
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-201-2/+66
* Move set_limited_discoverable() from dbus-hci.c to adapter.cJohan Hedberg2008-11-191-0/+38
* Fix D-Bus signals emmission for CreateDeviceJohan Hedberg2008-11-191-3/+1
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-171-1/+1
* Emit DeviceCreated for temporary devices.Luiz Augusto von Dentz2008-11-111-8/+15
* Handle RequestAuthorization on adapter ANY.Luiz Augusto von Dentz2008-11-051-10/+36
* Fix bug on Connected property.Luiz Augusto von Dentz2008-11-031-1/+1
* Make FindAdapter return the any object if presentMarcel Holtmann2008-11-011-0/+5
* Add method for requesting/releasing the any adapter object pathMarcel Holtmann2008-11-011-0/+25
* Move storage of the base path to managerMarcel Holtmann2008-10-311-2/+1
* Make the variable prefix really globalMarcel Holtmann2008-10-311-1/+3
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-281-5/+24
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-241-8/+4
* Fix GDBusWatchFunction usageJohan Hedberg2008-10-211-2/+9
* Unload adapter drivers on adapter removal instead of adapter_stopJohan Hedberg2008-10-201-2/+2
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
* Add emit_array_property_changed()Johan Hedberg2008-10-161-3/+3
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-40/+31
* Add dict_append_array()Johan Hedberg2008-10-161-1/+1
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-161-15/+8
* Allow dynamic adapter driver registrationClaudio Takahasi2008-10-151-0/+19
* Fix uuid list allocation and freeing bug exposed by previous mem leak fixJohan Hedberg2008-10-101-0/+1
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-7/+1
* Don't detect profile removal on during reverse service discoveryJohan Hedberg2008-10-091-1/+1
* Prevent emitting duplicate signals for DiscoverableTimeout property.Luiz Augusto von Dentz2008-09-301-0/+3
* Fix signal emission for Powered and DiscoverableMarcel Holtmann2008-09-291-57/+50