summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-8/+8
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-2/+2
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-85/+84
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* Add disconnection delay and RemoteDeviceDisconnectRequested signal for the Di...Johan Hedberg2007-01-031-0/+22
* Plug memory leak in OOR device listJohan Hedberg2006-12-181-2/+5
* Code cleanupJohan Hedberg2006-12-181-23/+7
* More robust handling of scan mode change during a HCI_DEV_UP eventJohan Hedberg2006-12-041-39/+47
* Send RemoteDeviceDisconnected for all connected devices when HCI_DEV_DOWN eve...Claudio Takahasi2006-11-291-7/+24
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+2233