summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the generic signal sending functionsJohan Hedberg2007-05-071-10/+3
|
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-20/+20
|
* More changes do use glib memory allocationJohan Hedberg2007-02-261-2/+2
|
* More glib memory allocation changesJohan Hedberg2007-02-261-5/+1
|
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-4/+1
|
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-5/+5
|
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-2/+4
|
* Update copyright informationMarcel Holtmann2007-01-131-2/+1
|
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-16/+15
|
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
|
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-011-0/+3
| | | | hcid/dbus-hci.c
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-0/+3
|
* Fix received length check for l2cap info responseJohan Hedberg2006-10-131-1/+1
|
* Add extra checks for l2cap info request response parsingJohan Hedberg2006-10-121-6/+33
|
* Check for correct L2CAP signaling command code when waiting for info request ↵Johan Hedberg2006-10-121-5/+13
| | | | response
* Disable passkey agents (reject any pin request) for a device when an audit ↵Johan Hedberg2006-10-121-8/+28
| | | | to it is in progress
* Code cleanupJohan Hedberg2006-10-121-2/+3
|
* Make audit queuing more sensible with many devices aroundJohan Hedberg2006-10-051-47/+68
|
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-5/+5
|
* Allow AuditRemoteDevice while periodic inquiry is activeJohan Hedberg2006-10-041-2/+1
|
* More D-Bus Test interface implementationJohan Hedberg2006-10-041-21/+202
|
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-6/+6
|
* L2CAP info request support for AuditRemoteDevice methodJohan Hedberg2006-10-041-3/+181
|
* Make audits list static and initialize it to NULLJohan Hedberg2006-10-031-1/+1
|
* More AuditRemoteDevice implementationJohan Hedberg2006-10-031-6/+198
|
* Update the test interface frameworkMarcel Holtmann2006-09-291-2/+21
|
* Add basic framework for the test interfaceMarcel Holtmann2006-09-281-0/+43
|
* Add source file for test interfaceMarcel Holtmann2006-09-281-0/+29