summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* s/internal/external/ with respect to servicesJohan Hedberg2007-01-243-13/+13
* Fully implement Database.UnregisterServiceJohan Hedberg2007-01-243-0/+19
* Move service registration/authorization methods to database interfaceMarcel Holtmann2007-01-243-179/+224
* Move service registration to the manager interfaceMarcel Holtmann2007-01-242-30/+51
* Allow bus name as pattern for FindService()Marcel Holtmann2007-01-241-0/+3
* Update service register/unregister methodsMarcel Holtmann2007-01-241-1/+13
* Update option referencesMarcel Holtmann2007-01-242-37/+44
* Add support for internal debug servicesMarcel Holtmann2007-01-243-4/+119
* Minor coding correctionMarcel Holtmann2007-01-231-2/+2
* Get basic adapter information before changing the defaul optionsMarcel Holtmann2007-01-231-7/+7
* Update device options before forkingMarcel Holtmann2007-01-231-23/+23
* Move scan mode setting into adapter startupMarcel Holtmann2007-01-233-59/+77
* Use HCI command to set scan mode and not the kernel optionMarcel Holtmann2007-01-232-26/+23
* Move all adapter init handling into one functionMarcel Holtmann2007-01-231-51/+48
* Move bluetooth.conf D-Bus security file into daemon directoryMarcel Holtmann2007-01-232-38/+1
* Update binary record handling for database interfaceMarcel Holtmann2007-01-221-3/+29
* More accurate service exit reason debug messagesJohan Hedberg2007-01-211-2/+7
* g_key_file_new will never return NULLJohan Hedberg2007-01-211-5/+0
* Get rid of the Options service attributeJohan Hedberg2007-01-212-32/+5
* Reload services on reconnectMarcel Holtmann2007-01-201-0/+2
* Remove the global D-Bus connection variableMarcel Holtmann2007-01-201-4/+5
* Release services when system bus goes awayMarcel Holtmann2007-01-203-89/+21
* Close SDP session if request failsMarcel Holtmann2007-01-201-20/+39
* Add extra debug line to notify callbackMarcel Holtmann2007-01-201-0/+2
* Fix memory leaks in record handlingMarcel Holtmann2007-01-201-0/+9
* Implement GetIdentifier methodMarcel Holtmann2007-01-202-3/+28
* Remove GetConnectionName methodMarcel Holtmann2007-01-202-31/+4
* Check for memory allocation errors of the key fileMarcel Holtmann2007-01-201-0/+5
* Get rid of g_idle_addJohan Hedberg2007-01-201-17/+3
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-208-23/+20
* Add entries for the org.bluez.Database interfaceMarcel Holtmann2007-01-201-0/+3
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-2015-24/+35
* Update the experimental statusMarcel Holtmann2007-01-201-7/+6
* Support internal and external SDP serversMarcel Holtmann2007-01-205-16/+61
* Remove unsupported methodsMarcel Holtmann2007-01-201-261/+0
* Clear newly created structuresMarcel Holtmann2007-01-201-0/+4
* Implement methods for database interfaceMarcel Holtmann2007-01-201-4/+130
* Add skeleton for database methodsMarcel Holtmann2007-01-193-3/+84
* Use g_strdup for trusted_devicesJohan Hedberg2007-01-191-3/+3
* Use GLib allocation and freeing functionsJohan Hedberg2007-01-191-29/+14
* Fix service binary location generationJohan Hedberg2007-01-191-1/+1
* Rework .service file contents and service binary locationsJohan Hedberg2007-01-192-32/+39
* Remove unused register_service_records functionJohan Hedberg2007-01-192-25/+0
* Cleanup (get rid of service_call)Johan Hedberg2007-01-192-89/+1
* Started signal should have no parametersJohan Hedberg2007-01-191-4/+1
* Fix ActivateService for non-running servicesJohan Hedberg2007-01-191-1/+1
* Fix ActivateServiceJohan Hedberg2007-01-191-1/+1
* ActivateService should return the bus_name and not the object_pathJohan Hedberg2007-01-191-1/+1
* Fix ActivateService to return the right response if a service is already runningJohan Hedberg2007-01-193-13/+24
* Implement Manager.ActivateServiceJohan Hedberg2007-01-193-20/+43