summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bdaddr parameter to adapter_pairing_initiatorJohan Hedberg2008-11-211-1/+1
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-205-2/+108
* Remove unused functionsJohan Hedberg2008-11-192-35/+0
* Move set_limited_discoverable() from dbus-hci.c to adapter.cJohan Hedberg2008-11-193-39/+38
* Fix D-Bus signals emmission for CreateDeviceJohan Hedberg2008-11-191-3/+1
* Once a driver has been removed break out and proceed to the next oneJohan Hedberg2008-11-181-3/+3
* Fix parameters to debug()Johan Hedberg2008-11-181-1/+1
* Prevent duplicated uuids from being probed.Luiz Augusto von Dentz2008-11-171-0/+5
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-172-3/+3
* Make use of sdp_copy_record.Luiz Augusto von Dentz2008-11-171-10/+1
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone into ...Johan Hedberg2008-11-122-16/+15
|\
| * Emit DeviceCreated for temporary devices.Luiz Augusto von Dentz2008-11-112-16/+15
* | Remove prototype for non-existent functionJohan Hedberg2008-11-121-2/+0
|/
* Code cleanup.Luiz Augusto von Dentz2008-11-101-3/+1
* Fix bug which makes DeviceCreated to not being emitted.Luiz Augusto von Dentz2008-11-101-12/+12
* Remove debug prints that were added by mistake in the previous commitJohan Hedberg2008-11-081-12/+2
* Remove duplicate call to btd_device_get_recordJohan Hedberg2008-11-081-2/+12
* Simplify record uuid matching logicJohan Hedberg2008-11-081-15/+13
* Make device_match_patter() more readable by using more intuitive variable namesJohan Hedberg2008-11-081-10/+9
* Fix memory leakJohan Hedberg2008-11-081-4/+4
* Fix coding styleJohan Hedberg2008-11-081-5/+3
* Add support for device pattern drivers.Luiz Augusto von Dentz2008-11-072-28/+96
* Use only L2CAP and PNP UUIDs for initial service discoveryJohan Hedberg2008-11-071-107/+30
* 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-013-4/+17
* Add method for requesting/releasing the any adapter object pathMarcel Holtmann2008-11-012-1/+29
* Mix the PID into the base pathMarcel Holtmann2008-10-311-0/+2
* Move storage of the base path to managerMarcel Holtmann2008-10-313-2/+9
* Make the variable prefix really globalMarcel Holtmann2008-10-312-4/+5
* Use i instead of j in for-loopJohan Hedberg2008-10-291-3/+3
* Fix duplicate UUID detectionJohan Hedberg2008-10-291-14/+24
* Convert Bluetooth UUID-128 to 32 or 16 bit if possible before searchingJohan Hedberg2008-10-291-0/+3
* Simplify emit_device_found callsJohan Hedberg2008-10-281-14/+4
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-283-26/+78
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-246-39/+15
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-12/+6
* Fix GDBusWatchFunction usageJohan Hedberg2008-10-211-2/+9
* Unload adapter drivers on adapter removal instead of adapter_stopJohan Hedberg2008-10-201-2/+2
* Use dlopen() directly and don't depend on GModuleMarcel Holtmann2008-10-182-39/+32
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-174-4/+4
* Add emit_array_property_changed()Johan Hedberg2008-10-164-72/+70
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-165-77/+61
* Add dict_append_array()Johan Hedberg2008-10-164-4/+37
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-165-39/+23
* Export record_from_string() from the storage functionsBastien Nocera2008-10-162-1/+2
* Allow dynamic adapter driver registrationClaudio Takahasi2008-10-153-0/+25
* Better debug when failing to probe a deviceBastien Nocera2008-10-151-2/+2
* Fix build error when SDP_DEBUG is enabledClaudio Takahasi2008-10-142-2/+3
* Fix uuid list allocation and freeing bug exposed by previous mem leak fixJohan Hedberg2008-10-102-6/+5