summaryrefslogtreecommitdiff
path: root/obexd/plugins/bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obexd: Use g_dbus_dict_append_entry()ERAMOTO Masaya2018-03-011-37/+3
* obexd: Fix fd which is left even after closing sessionERAMOTO Masaya2017-11-211-1/+4
* Fix obex protocol for powerpcFabien Proriol2016-07-291-2/+2
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-7/+7
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-2/+3
* obexd: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-1/+2
* obexd: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* obexd/bluetooth: Make dict_append_entry function staticSzymon Janc2013-10-041-1/+1
* obexd/bluetooth: Remove unused local variablesSzymon Janc2013-10-041-4/+0
* obexd/bluetooth: Fix memory leakLuiz Augusto von Dentz2013-09-161-0/+1
* obexd/bluetooth: Fix error on register_profileLuiz Augusto von Dentz2013-09-101-10/+9
* obexd: Make use of g_dbus_send_message*Luiz Augusto von Dentz2013-09-091-1/+1
* obexd: Fix not checking for valid fd on NewConnectionLuiz Augusto von Dentz2013-06-121-0/+13
* bluetooth: add getsockname() entry in the bluetooth driverGustavo Padovan2013-05-291-0/+19
* obexd: Enable MNS serverChristian Fetzer2013-04-101-0/+2
* obexd: Fix includes for uuid.hMarcel Holtmann2013-01-091-1/+1
* obexd: Simplify org.bluez.Error.InvalidArguments handlingAnderson Lizardo2012-12-221-9/+9
* obexd: Fix build breakage from profile conversionMarcel Holtmann2012-12-121-1/+2
* obexd: Add support for custom recordsLuiz Augusto von Dentz2012-12-121-0/+19
* obexd: Enable support SYNC profileLuiz Augusto von Dentz2012-12-121-0/+2
* obexd: Enable support for MAS profileLuiz Augusto von Dentz2012-12-121-0/+2
* obexd: Port bluetooth plugin to use external profile supportLuiz Augusto von Dentz2012-12-121-484/+212
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* 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
* obexd: Fix using BtIOTypeLuiz Augusto von Dentz2012-12-041-22/+8
* obexd: Fix not setting port to 0 when listen failsLuiz Augusto von Dentz2012-12-041-0/+1
* obexd: Remove glib-helper.h supportMarcel Holtmann2012-12-041-1/+0
* obexd: Add support for L2CAP transportLuiz Augusto von Dentz2012-12-041-49/+156
* obexd: add .getpeername supportLuiz Augusto von Dentz2012-12-041-0/+17
* obexd: make use of secure flag for authorizationLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: remove unnecessary openobex includesLuiz Augusto von Dentz2012-12-041-3/+2
* obexd: Move secure flag to service driverLuiz Augusto von Dentz2012-12-041-9/+9
* obexd: Clean up header filesJohan Hedberg2012-12-041-0/+1
* obexd: Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2012-12-041-5/+4
* obexd: Fix crash introduced by f5279bfcedd669bc5d4e88cc1c59807c92226dfbLuiz Augusto von Dentz2012-12-041-12/+13
* obexd: Make proper use of user_data when using bt_io_listenLuiz Augusto von Dentz2012-12-041-8/+2
* obexd: Replace uses of debug with DBGLuiz Augusto Von Dentz2012-12-041-6/+6
* obexd: Add dynamic debug featureLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Add bluetooth transport driverLuiz Augusto von Dentz2012-12-041-0/+609