summaryrefslogtreecommitdiff
path: root/src/dbus-common.c
Commit message (Expand)AuthorAgeFilesLines
* Use accurate icons for headphones and headsetsThomas Weißschuh2021-10-111-2/+2
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* dbus-common: Remove unused functionsERAMOTO Masaya2018-03-011-83/+2
* core/dbus-common: Add dict helpers for basic keysLuiz Augusto von Dentz2015-04-171-6/+21
* core: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+2
* core: Remove unused emit_array_property_changed functionLucas De Marchi2012-12-161-25/+0
* core: Remove unused emit_property_changed functionJohan Hedberg2012-12-141-25/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* dbus-common: Remove conn parameter from emit_array_property_changedAndrzej Kaczmarek2012-09-211-3/+2
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-3/+2
* Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek2012-09-211-1/+1
* gatt: Map Appearance value 0x0000 to "unknown"Claudio Takahasi2012-08-201-0/+2
* dbus-common: Map GAP Appearance characteristic to iconBruna Moreira2012-03-301-0/+33
* Remove unneeded header includeClaudio Takahasi2011-09-121-10/+1
* Add manager_foreach_adapter()Johan Hedberg2010-12-191-1/+1
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Simplify D-Bus connection handling and move it to main.cJohan Hedberg2010-10-261-109/+0
* Remove useless hcid_dbus_unregister functionJohan Hedberg2010-10-261-34/+0
* Rename dbus-hci.c event.c and use btd_event_ prefix for itJohan Hedberg2010-10-261-1/+1
* Move class_to_icon() to dbus-common.cJohan Hedberg2010-10-261-0/+64
* Move global D-Bus connection functions to dbus-common.cJohan Hedberg2010-10-261-0/+12
* Fix dict_append_array to accept types other than stringLuiz Augusto von Dentz2010-09-101-5/+11
* Fix append_variant_array() to take a number of elementsVinicius Costa Gomes2010-08-091-5/+6
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix bogus error comparisonJohan Hedberg2009-07-211-1/+1
* Move MAX_NAME_LENGTH define from hcid.h to adapter.hJohan Hedberg2009-06-301-1/+0
* Use a proper define for the maximum name lengthJohan Hedberg2009-06-301-0/+1
* Add udev mode to bluetoothdBastien Nocera2009-06-111-5/+13
* Move l2raw_connect over to device.c (since it's not needed anywhere else)Johan Hedberg2009-01-121-56/+0
* Add support for dedicated bonding using BT_SECURITYJohan Hedberg2009-01-121-1/+5
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-221-1/+2
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-241-12/+2
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
* Add emit_array_property_changed()Johan Hedberg2008-10-161-67/+59
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-5/+5
* Add dict_append_array()Johan Hedberg2008-10-161-0/+31
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-161-2/+2
* Don't allow NULL strings in dictionaries (just ignore them)Marcel Holtmann2008-10-061-0/+6
* Modifying l2raw_connect to take bdaddr_t as parameter.Alok Barsode2008-09-121-3/+3
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-1/+1
* Storage cleanupClaudio Takahasi2008-08-281-1/+1
* Removed warningsClaudio Takahasi2008-08-261-0/+2
* Cleanup: unnecessary includesClaudio Takahasi2008-08-251-3/+0
* Remove SDP server and experimental optionMarcel Holtmann2008-08-041-12/+0
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+353