summaryrefslogtreecommitdiff
path: root/obexd/client/bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obex: Fix always searching UUID using 128 bit formatLuiz Augusto von Dentz2017-10-061-0/+2
* Fix obex protocol for powerpcFabien Proriol2016-07-291-2/+2
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-1/+1
* obexd: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+5
* obexd: Fix memory leak not freeing descAndrei Emeltchenko2014-12-041-6/+5
* obexd/client: Add support for reading versionLuiz Augusto von Dentz2014-12-021-0/+21
* obexd: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+2
* obexd/bluetooth: Fix memory leak when adapter is offLuiz Augusto von Dentz2013-09-261-1/+1
* obexd: Add bluetooth_getattribute to Bluetooth transportChristian Fetzer2013-04-171-0/+24
* obexd: Cache SDP record in bluetooth transportChristian Fetzer2013-04-171-2/+10
* obexd: Add a few more debug statementsMarcel Holtmann2012-12-211-1/+6
* obex-client: Remove calls to org.bluez.Manager and org.bluez.AdapterLuiz Augusto von Dentz2012-12-121-197/+2
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* 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-3/+3
* obexd: Fix not using port when it is set by the clientLuiz Augusto von Dentz2012-12-041-0/+1
* obexd: Fix possible memory leak in bluetooth driverLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: Fix memory leak in bluetooth driverLuiz Augusto von Dentz2012-12-041-0/+2
* obexd: Fix not checking if GoepL2capPsm contains a valid PSMLuiz Augusto von Dentz2012-12-041-1/+2
* obexd: Add L2CAP support in bluetooth moduleLuiz Augusto von Dentz2012-12-041-14/+70
* obexd: Fix possible GLib assertion failureMikel Astiz2012-12-041-3/+5
* obexd: simplify handling of D-Bus pending calls in bluetooth.cLuiz Augusto von Dentz2012-12-041-107/+70
* obexd: move bluetooth specific code from session.c to bluetooth.cLuiz Augusto von Dentz2012-12-041-1/+575
* obexd: add bluetooth transport driverLuiz Augusto von Dentz2012-12-041-0/+69