summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17[SPIN] Check if network is already removed in connect callback.Niraj Kumar Goit1-0/+17
2016-02-23bluetooth: Fix Memory LeakNiraj Kumar Goit1-1/+3
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-19/+57
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-1/+1
2014-10-31Tizen: Unify bluetooth tethering enable logicZhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-131/+165
2013-01-30bluetooth: Implement tethering for the Bluez 5 bluetooth pluginPatrik Flykt1-0/+117
2013-01-30bluetooth: Connect and disconnect a PAN NAP networkPatrik Flykt1-5/+137
2013-01-30bluetooth: Expose Bluez 5 org.bluez.Network1 objects as networksPatrik Flykt1-4/+133
2013-01-30bluetooth: Keep track of Bluez 5 org.bluez.Network1 objectsPatrik Flykt1-0/+172
2013-01-30bluetooth: Expose Bluez 5 adapters as ConnMan devicesPatrik Flykt1-0/+308
2013-01-30bluetooth: Register technology driverPatrik Flykt1-1/+31
2013-01-30bluetooth: Add new bluetooth pluginPatrik Flykt1-0/+49
2013-01-30bluetooth: Rename bluetooth plugin to bluetooth_legacyPatrik Flykt1-1350/+0
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-08-16bluetooth: Add the device into hash table when relevantTomasz Bursztyka1-2/+2
2012-08-14bluetooth: Defer add_networks() if adapter is not powered yetDaniel Wagner1-3/+63
2012-08-14bluetooth: Remove unused argument in check_networks()Daniel Wagner1-4/+3
2012-08-14bluetooth: Remove unused argument in add_network()Daniel Wagner1-3/+3
2012-08-10bluetooth: Add device to hash before registrationGustavo Padovan1-2/+3
2012-07-15plugins: Avoid shadowing connection variableMarcel Holtmann1-18/+18
2012-06-30bluetooth: Watch for signals only on BLUEZ_SERVICELucas De Marchi1-8/+9
2012-06-04bluetooth: Check ownership of deviceDaniel Wagner1-1/+16
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2012-04-17bluetooth: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2011-11-10bluetooth: Cleanup if technology driver register failsDaniel Wagner1-1/+1
2011-07-26bluetooth: Fix remove device/networkDaniel Wagner1-0/+35
2011-07-26bluetooth: Unref network objectsDaniel Wagner1-3/+15
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-4/+2
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+0
2011-06-16element: Remove network codeDaniel Wagner1-0/+3
2011-03-03bluetooth: Set service state to IDLE when PAN connection failsSamuel Ortiz1-4/+13
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-0/+1
2010-11-13Use technology information when reporting Tethering statusMarcel Holtmann1-22/+24
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-3/+2
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-2/+38
2010-11-08bluetooth: Implement tethering hookSamuel Ortiz1-0/+112
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz1-1/+1
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-2/+0
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann1-2/+0
2010-09-19Ignore Bluetooth adapter if its address is 00:00:00:00:00:00Martin Xu1-0/+3
2010-08-13Remove bluetooth network from device only when device is removedSamuel Ortiz1-17/+16
2010-08-10Remove unpaired Bluetooth devicesSamuel Ortiz1-2/+45
2010-08-10Watch for Bluetooth device changesSamuel Ortiz1-1/+35
2010-07-22Fix PATH of adapter_watch in bluetooth pluginYingan Deng1-1/+1
2010-07-15Add simple technology driver support for BluetoothMarcel Holtmann1-0/+33
2010-05-12Watch for Bluez network change signalSamuel Ortiz1-1/+53
2010-05-06Set network associating to FALSE in pan_disconnect()Martin Xu1-0/+2
2010-05-06Check error before call dbus_message_get_args to acquire argumentsMartin Xu1-1/+29
2010-04-13Remove erroneous DHCP method setting from bluetooth pluginMartin Xu1-2/+0