summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leakJohan Hedberg2008-10-101-0/+1
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-092-5/+29
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-095-35/+81
* Don't remove service discovery timer even if device disconnectsJohan Hedberg2008-10-091-5/+0
* Don't detect profile removal on during reverse service discoveryJohan Hedberg2008-10-093-9/+16
* Fix the service discovery-upon-pairing logicJohan Hedberg2008-10-083-11/+20
* Fix possible memleak which could happen if bt_search_service fails.Luiz Augusto von Dentz2008-10-081-21/+32
* Fix removing of entries from a GSListJohan Hedberg2008-10-071-2/+4
* Check for NULL return of adapter_find_deviceJohan Hedberg2008-10-071-0/+4
* Fix bonding process state tracking for auto-accept caseJohan Hedberg2008-10-071-0/+3
* Don't allow NULL strings in dictionaries (just ignore them)Marcel Holtmann2008-10-061-0/+6
* Print the UUIDs associated with a record patternMarcel Holtmann2008-10-061-0/+11
* Remove device discovery timer on device removal.Luiz Augusto von Dentz2008-09-301-0/+3
* Prevent emitting duplicate signals for DiscoverableTimeout property.Luiz Augusto von Dentz2008-09-301-0/+3
* Set device class before storing itMarcel Holtmann2008-09-291-1/+1