summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* tethering: Reduce the number of parameters of tech_set_tetheringMichael Trimarchi2021-10-151-1/+0
* bluetooth: Move DBG statement after initial checksDaniel Wagner2020-10-231-2/+2
* bluetooth: Check for network in callbacksPatrik Flykt2017-03-121-2/+2
* Bluetooth: Change state before disconnectingFrédéric Dalleau2016-09-141-0/+1
* bluetooth: Change function return value to booleanRavi Prasad RK2016-04-131-1/+1
* bluetooth: Fix Memory LeakNiraj Kumar Goit2016-01-281-2/+6
* bluetooth: Fix crash when adapter is NULLHarish Jenny K N2015-11-251-2/+7
* bluetooth: Clean up gdbus client on exitHannu Mallat2015-01-211-0/+2
* bluetooth: Fix bluetooth plugin returning error on technology_setDavid Lechner2015-01-211-1/+1
* Fix crash when role is NULL.David Lechner2014-11-101-5/+7
* Fix preferred bluetooth role matching.David Lechner2014-11-101-8/+9
* Support connecting to bluetooth GN and PANU rolesDavid Lechner2014-11-031-18/+34
* bluetooth: Create and remove PAN networks also on adapter changePatrik Flykt2014-03-271-32/+47
* bluetooth: Do not derefernce NULL pointerDaniel Wagner2014-03-211-1/+1
* bluetooth: Fix failure when enabling Bluez 5.x adapterZhang zhengguang2013-12-171-7/+2
* bluetooth: Do not turn off hci device when ConnMan stopsJukka Rissanen2013-11-211-0/+6
* bluetooth: Leading whitespace fixPatrik Flykt2013-09-021-2/+2
* bluetooth: Use dbus_bool_t when accessing a D-Bus booleanPatrik Flykt2013-09-021-1/+4
* plugins: Do not compare expression against NULLDaniel Wagner2013-08-071-37/+37
* bluetooth: Check pointer for null before passing to strcmp()Jukka Rissanen2013-08-061-0/+10
* bluetooth: Address pointer might be null when creating napJukka Rissanen2013-08-061-0/+5
* plugins: Whitespace cleanupDaniel Wagner2013-07-231-4/+8
* plugins: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-60/+56
* plugins: Use dbus_bool_t with D-Bus functionsDaniel Wagner2013-07-231-3/+3
* bluetooth: Implement tethering for the Bluez 5 bluetooth pluginPatrik Flykt2013-01-301-0/+117
* bluetooth: Connect and disconnect a PAN NAP networkPatrik Flykt2013-01-301-5/+137
* bluetooth: Expose Bluez 5 org.bluez.Network1 objects as networksPatrik Flykt2013-01-301-4/+133
* bluetooth: Keep track of Bluez 5 org.bluez.Network1 objectsPatrik Flykt2013-01-301-0/+172
* bluetooth: Expose Bluez 5 adapters as ConnMan devicesPatrik Flykt2013-01-301-0/+308
* bluetooth: Register technology driverPatrik Flykt2013-01-301-1/+31
* bluetooth: Add new bluetooth pluginPatrik Flykt2013-01-301-0/+49
* bluetooth: Rename bluetooth plugin to bluetooth_legacyPatrik Flykt2013-01-301-1350/+0
* Use g_slist_prepend() where appropriatePatrik Flykt2012-09-041-1/+1
* bluetooth: Add the device into hash table when relevantTomasz Bursztyka2012-08-161-2/+2
* bluetooth: Defer add_networks() if adapter is not powered yetDaniel Wagner2012-08-141-3/+63
* bluetooth: Remove unused argument in check_networks()Daniel Wagner2012-08-141-4/+3
* bluetooth: Remove unused argument in add_network()Daniel Wagner2012-08-141-3/+3
* bluetooth: Add device to hash before registrationGustavo Padovan2012-08-101-2/+3
* plugins: Avoid shadowing connection variableMarcel Holtmann2012-07-151-18/+18
* bluetooth: Watch for signals only on BLUEZ_SERVICELucas De Marchi2012-06-301-8/+9
* bluetooth: Check ownership of deviceDaniel Wagner2012-06-041-1/+16
* plugins: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* bluetooth: use g_hash_table_replace instead of insert functionTomasz Bursztyka2012-04-171-1/+1
* bluetooth: Cleanup if technology driver register failsDaniel Wagner2011-11-101-1/+1
* bluetooth: Fix remove device/networkDaniel Wagner2011-07-261-0/+35
* bluetooth: Unref network objectsDaniel Wagner2011-07-261-3/+15
* device: Change signature of connman_device_remove_network()Daniel Wagner2011-07-261-4/+2
* network: Remove connman_network_register/unregister()Daniel Wagner2011-07-261-3/+0
* element: Remove network codeDaniel Wagner2011-06-161-0/+3
* bluetooth: Set service state to IDLE when PAN connection failsSamuel Ortiz2011-03-031-4/+13