summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-09Reference PAN network before disconnectingMartin Xu1-0/+4
2010-04-06Do not set network index from PAN disconnect replySamuel Ortiz1-7/+0
2010-02-11Set device powered when bluetooth adapters are poweredSamuel Ortiz1-95/+98
2010-02-11Bring bluetooth interfaces up at startupSamuel Ortiz1-0/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann1-10/+12
2009-12-31Port bluetooth driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-62/+59
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu1-0/+3
2009-12-19Rename D-Bus helper for basic property typesMarcel Holtmann1-1/+1
2009-11-30Set path string for Bluetooth devicesMartin Xu1-0/+1
2009-09-01Don't initialize error variableMarcel Holtmann1-2/+4
2009-08-29Fix Bluetooth disconnect race conditionMarcel Holtmann1-0/+3
2009-08-07Ignore Bluetooth adapters that are currently downMarcel Holtmann1-1/+2
2009-08-07Fix various race conditions within Bluetooth supportMarcel Holtmann1-310/+288
2009-08-06Fix changed handling of service connect watchesMarcel Holtmann1-3/+0
2009-08-05Have Bluetooth plugin set a proper network groupingMarcel Holtmann1-0/+2
2009-08-05Set remote Bluetooth address as network name for nowMarcel Holtmann1-0/+2
2009-08-05Set unique device ident for Bluetooth adaptersMarcel Holtmann1-0/+2
2009-07-19Ensure that all supplicant and Bluetooth D-Bus calls disable auto-startMarcel Holtmann1-0/+10
2009-07-12Store control interface for complex devicesMarcel Holtmann1-1/+1
2009-06-29The device policy is a bad idea and so remove all support for itMarcel Holtmann1-1/+0
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-3/+2
2009-04-22Handle errors with DBusPendingCall and lost connectionMarcel Holtmann1-2/+32