summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove another incorrect call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Remove invalid call to agent_destroyJohan Hedberg2008-03-201-5/+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-201-1/+74
* Emit device PropertyChanged properly and fix adapter signals to be emmitted i...Luiz Augusto von Dentz2008-03-201-6/+80
* Fix RSSI dbus type.Luiz Augusto von Dentz2008-03-141-1/+1
* verify experimental flag before register the device pathClaudio Takahasi2008-03-141-2/+2
* added new adapter/device D-Bus pathClaudio Takahasi2008-03-141-23/+85
* Fix coding style.Luiz Augusto von Dentz2008-03-141-9/+11
* Fix adapter signal DeviceFound to emit RSSI and Name.Luiz Augusto von Dentz2008-03-141-7/+15
* agent_release is already called through agent_free and doesn't need to be publicJohan Hedberg2008-03-141-3/+0
* Call agent_release at appropriate placesJohan Hedberg2008-03-141-0/+19
* Add support for having the new manager interface on root pathMarcel Holtmann2008-03-131-0/+30
* Add experimental adapter signals DeviceFound and DeviceDisappeared.Luiz Augusto von Dentz2008-03-131-21/+78
* Created devices from linkkeysCidorvan Leite2008-03-131-2/+21
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-131-2/+3
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-121-12/+5
* Emit PropertyChanged when property changes in adapter.Luiz Augusto von Dentz2008-03-121-0/+27
* Hook up server probe/remove callbacksMarcel Holtmann2008-03-121-0/+4
* Unregister the devices when adapter is downClaudio Takahasi2008-03-121-0/+7
* Register persistent devicesClaudio Takahasi2008-03-121-0/+27
* Rename some public agent functions to make way to the upcoming new agent APIJohan Hedberg2008-03-071-2/+3
* Registering device's object pathClaudio Takahasi2008-03-071-0/+5
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Send DefaultAdapterChanged more oftenMarcel Holtmann2008-02-011-4/+18
* Whitespace cleanupJohan Hedberg2008-01-281-13/+6
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-1/+2
* Whitespace cleanupJohan Hedberg2007-11-071-19/+16
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Store Extended Inquiry Response data informationMarcel Holtmann2007-10-101-0/+3
* Don't update RSSI if new value is 0 (fixes combined DiscoverRemoteDevicesWith...Johan Hedberg2007-09-271-1/+2
* Update service classes on all adaptersMarcel Holtmann2007-08-231-0/+1
* First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-221-2/+22
* More header cleanupsMarcel Holtmann2007-08-161-0/+1
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-3/+3
* Rename files for manager interfaceMarcel Holtmann2007-08-151-1/+1
* Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-081-7/+38
* Add support for limited discovery modeMarcel Holtmann2007-06-071-23/+84
* Cleanup bdaddr conversionsJohan Hedberg2007-05-261-156/+83
* Added device class trackingClaudio Takahasi2007-05-231-1/+48
* Don't compile in RFCOMM interface supportMarcel Holtmann2007-05-081-6/+0
* Use the generic signal sending functionsJohan Hedberg2007-05-071-221/+114
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-25/+47
* Send signal when requesting remote device nameMarcel Holtmann2007-04-241-8/+19
* initialize name request return value struct to 0 before using it (valgrind wa...Johan Hedberg2007-02-261-0/+1
* More changes do use glib memory allocationJohan Hedberg2007-02-261-13/+13
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-43/+24
* Make sure the device mode is only stored through a SetMode callJohan Hedberg2007-01-301-5/+0
* Move scan mode setting into adapter startupMarcel Holtmann2007-01-231-30/+13