summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-30Use new signal callback function from libgdbusMarcel Holtmann1-15/+17
2008-06-28Update Bluetooth plugin with hardware detection supportMarcel Holtmann1-13/+113
2008-04-14Add skeleton for Bluetooth pluginMarcel Holtmann1-0/+65