summaryrefslogtreecommitdiff
path: root/obexd/plugins/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-04obexd/bluetooth: Make dict_append_entry function staticSzymon Janc1-1/+1
2013-10-04obexd/bluetooth: Remove unused local variablesSzymon Janc1-4/+0
2013-09-16obexd/bluetooth: Fix memory leakLuiz Augusto von Dentz1-0/+1
2013-09-10obexd/bluetooth: Fix error on register_profileLuiz Augusto von Dentz1-10/+9
2013-09-09obexd: Make use of g_dbus_send_message*Luiz Augusto von Dentz1-1/+1
2013-06-12obexd: Fix not checking for valid fd on NewConnectionLuiz Augusto von Dentz1-0/+13
2013-05-29bluetooth: add getsockname() entry in the bluetooth driverGustavo Padovan1-0/+19
2013-04-10obexd: Enable MNS serverChristian Fetzer1-0/+2
2013-01-09obexd: Fix includes for uuid.hMarcel Holtmann1-1/+1
2012-12-22obexd: Simplify org.bluez.Error.InvalidArguments handlingAnderson Lizardo1-9/+9
2012-12-12obexd: Fix build breakage from profile conversionMarcel Holtmann1-1/+2
2012-12-12obexd: Add support for custom recordsLuiz Augusto von Dentz1-0/+19
2012-12-12obexd: Enable support SYNC profileLuiz Augusto von Dentz1-0/+2
2012-12-12obexd: Enable support for MAS profileLuiz Augusto von Dentz1-0/+2
2012-12-12obexd: Port bluetooth plugin to use external profile supportLuiz Augusto von Dentz1-484/+212
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Reorder btio.h includesLucas De Marchi1-1/+1
2012-12-05Use the entire include path for btio.hLucas De Marchi1-1/+1
2012-12-05Use the entire include path for gdbus.hLucas De Marchi1-1/+1
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-12-04obexd: Fix using BtIOTypeLuiz Augusto von Dentz1-22/+8
2012-12-04obexd: Fix not setting port to 0 when listen failsLuiz Augusto von Dentz1-0/+1
2012-12-04obexd: Remove glib-helper.h supportMarcel Holtmann1-1/+0
2012-12-04obexd: Add support for L2CAP transportLuiz Augusto von Dentz1-49/+156
2012-12-04obexd: add .getpeername supportLuiz Augusto von Dentz1-0/+17
2012-12-04obexd: make use of secure flag for authorizationLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: remove unnecessary openobex includesLuiz Augusto von Dentz1-3/+2
2012-12-04obexd: Move secure flag to service driverLuiz Augusto von Dentz1-9/+9
2012-12-04obexd: Clean up header filesJohan Hedberg1-0/+1
2012-12-04obexd: Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz1-5/+4
2012-12-04obexd: Fix crash introduced by f5279bfcedd669bc5d4e88cc1c59807c92226dfbLuiz Augusto von Dentz1-12/+13
2012-12-04obexd: Make proper use of user_data when using bt_io_listenLuiz Augusto von Dentz1-8/+2
2012-12-04obexd: Replace uses of debug with DBGLuiz Augusto Von Dentz1-6/+6
2012-12-04obexd: Add dynamic debug featureLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: Add bluetooth transport driverLuiz Augusto von Dentz1-0/+609