summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-28Add priority field to plugin descriptor definitionMarcel Holtmann1-1/+1
2009-02-03The disconnect method PAN doesn't require the interface nameMarcel Holtmann1-2/+1
2009-02-03Set network protocol to IP for Bluetooth PAN to allow DHCPMarcel Holtmann1-0/+2
2009-01-05Use the property functions for path dataMarcel Holtmann1-7/+8
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-01-01Allow transport definition for device modeMarcel Holtmann1-1/+1
2008-12-30Add support for connecting Bluetooth NAP networksMarcel Holtmann1-2/+214
2008-12-30Check that device name is valid before using itMarcel Holtmann1-1/+1
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-0/+1
2008-12-28Use manual policy as defaultMarcel Holtmann1-0/+1
2008-12-26Add initial support for Bluetooth networksMarcel Holtmann1-42/+120
2008-12-25Add support for different network modesMarcel Holtmann1-0/+2
2008-12-25Fix broken device driver details of Bluetooth pluginMarcel Holtmann1-62/+77
2008-12-24Convert Bluetooth plugin into a device driverMarcel Holtmann1-25/+42
2008-12-20Iterate over the Bluetooth Devices propertyMarcel Holtmann1-54/+27
2008-12-20Use private adapter data structureMarcel Holtmann1-14/+38
2008-12-20Let plugins use connman_dbus_get_connection() functionMarcel Holtmann1-1/+1
2008-12-20Add support for switching Bluetooth devices on and offMarcel Holtmann1-5/+58
2008-12-20Return failure when disabling BluetoothMarcel Holtmann1-1/+1
2008-12-17Handle failure of device registrationMarcel Holtmann1-1/+5
2008-12-17Track scanning state changes of Bluetooth devicesMarcel Holtmann1-6/+16
2008-12-17Retrieve list of Bluetooth devicesMarcel Holtmann1-0/+53
2008-12-17Use ignore policy as default for BluetoothMarcel Holtmann1-0/+1
2008-12-17Track mode changes of Bluetooth devicesMarcel Holtmann1-32/+142
2008-12-17Add support dynamic Bluetooth adapter detectionMarcel Holtmann1-21/+132
2008-12-06Allow pre-processor pasting of plugin nameMarcel Holtmann1-1/+1
2008-12-05Fix detection of Bluetooth devicesMarcel Holtmann1-0/+79
2008-11-23Call connect function if service is presentMarcel Holtmann1-0/+3
2008-10-17Let the Bluetooth plugin listen on service changesMarcel Holtmann1-94/+30
2008-09-01Fixup due to element API changesMarcel Holtmann1-1/+1