summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Fix SetMode/SetProperty behavior so it actually call agent to confirm mode wh...Luiz Augusto von Dentz2008-04-021-34/+79
* Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-022-9/+10
* Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-022-17/+83
* request_mode_cb should be staticJohan Hedberg2008-04-021-1/+1
* TODO list updateClaudio Takahasi2008-04-011-33/+0
* Remove the future API documentMarcel Holtmann2008-04-011-65/+0
* Don't built the standalone SDP serverMarcel Holtmann2008-04-011-6/+0
* Keep the option for the builtin SDP server even if it is a noopMarcel Holtmann2008-04-011-2/+6
* Unload plugins which fails to init.Luiz Augusto von Dentz2008-04-011-3/+6
* Fixed usage messageCidorvan Leite2008-04-011-1/+1
* Removed SDP conditional initializationCidorvan Leite2008-03-312-102/+40
* device: fixing the TrustRemoved signal, when setting the Trusted attribute vi...Vinicius Gomes2008-03-281-1/+2
* Make use of g_module_error when a plugin fails to load.Luiz Augusto von Dentz2008-03-271-1/+1
* hcid: fixing the PropertyChanged signal for PeriodicDiscoveryVinicius Gomes2008-03-271-4/+4
* missing DiscoverDevices and CancelDiscovery methods in the old APIClaudio Takahasi2008-03-271-0/+4
* Fixed plugin clean up.Cidorvan Leite2008-03-271-2/+2
* Fix plugin init to just load .so files and add a stat check.Luiz Augusto von Dentz2008-03-261-1/+14
* network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-261-6/+6
* Fix g_free that may cause segmentation fault.Luiz Augusto von Dentz2008-03-251-1/+3
* Fix possible memory leak on plugin failure and make plugin_init fail if the c...Luiz Augusto von Dentz2008-03-251-30/+30
* Emit old device signals when a property is changed.Luiz Augusto von Dentz2008-03-241-2/+18
* Fix dbus_message_iter_append_variant to use dbus string array format (char **...Luiz Augusto von Dentz2008-03-241-15/+35
* Load plugins later in the init processMarcel Holtmann2008-03-221-2/+6
* Don't try to unregister non hciX objectsMarcel Holtmann2008-03-221-0/+3
* Fixed wrong report of create device in progress errorClaudio Takahasi2008-03-201-1/+3
* Add Adapter property to device GetProperties.Luiz Augusto von Dentz2008-03-201-2/+8
* Remove another incorrect call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Remove invalid call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Add records based on the adapter addressClaudio Takahasi2008-03-205-15/+17
* CleanupJohan Hedberg2008-03-201-31/+32
* Initialize error properlyJohan Hedberg2008-03-201-0/+5
* Add adapter to agent_create.Luiz Augusto von Dentz2008-03-203-5/+6
* Use correct method nameJohan Hedberg2008-03-201-1/+1
* Make sure to reset agent->request upon freeing the requestJohan Hedberg2008-03-201-0/+2
* Fix invalid dbus_pending_call_cancel callJohan Hedberg2008-03-201-1/+0
* Fix uninitialized memory accessJohan Hedberg2008-03-201-3/+3
* Fix parameter passing to adapter_get_deviceJohan Hedberg2008-03-201-2/+3
* Implement support for new Agent.RequestPasskeyJohan Hedberg2008-03-202-1/+75
* Fix strconcat bugMarcel Holtmann2008-03-201-1/+1
* device: adding device_remove functionVinicius Gomes2008-03-202-0/+8
* Emit device PropertyChanged properly and fix adapter signals to be emmitted i...Luiz Augusto von Dentz2008-03-203-19/+190
* Added adapter UpdateServiceRecord implementationClaudio Takahasi2008-03-203-32/+18
* adapter: fixing the parameter list of the adapter_get_device functionVinicius Gomes2008-03-202-3/+3
* adapter: adding adapter_get_device functionVinicius Gomes2008-03-202-0/+20
* Implement basic support for new service record registrationMarcel Holtmann2008-03-153-33/+88
* Add command to test service record registrationMarcel Holtmann2008-03-151-0/+15
* Remove some unneeded experimental checksMarcel Holtmann2008-03-152-36/+0
* Add skeletons for service record methodsMarcel Holtmann2008-03-151-54/+116
* Update string type handlingMarcel Holtmann2008-03-143-47/+48
* Add more commands to the device testing scriptMarcel Holtmann2008-03-141-13/+75