summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2007-02-261-0/+1
| | | | was complaining about it)
* 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 ↵Johan Hedberg2007-01-031-0/+22
| | | | DisconnectRemoteDevice method
* 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 ↵Claudio Takahasi2006-11-291-7/+24
| | | | event is received
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-011-0/+2233
hcid/dbus-hci.c