Fix memory leaks caused by missing dbus_pending_call_unref()
[framework/connectivity/connman.git] / plugins / bluetooth.c
2010-01-01 Marcel HoltmannFix memory leaks caused by missing dbus_pending_call_un...
2009-12-31 Luiz Augusto Von... Port bluetooth driver to use g_dbus_add_signal_watch
2009-12-30 Martin XuSet network method as CONNMAN_IPCONFIG_METHOD_DHCP
2009-12-19 Marcel HoltmannRename D-Bus helper for basic property types
2009-11-30 Martin XuSet path string for Bluetooth devices
2009-09-02 Marcel HoltmannDon't initialize error variable
2009-08-30 Marcel HoltmannFix Bluetooth disconnect race condition
2009-08-07 Marcel HoltmannIgnore Bluetooth adapters that are currently down
2009-08-07 Marcel HoltmannFix various race conditions within Bluetooth support
2009-08-07 Marcel HoltmannFix changed handling of service connect watches
2009-08-06 Marcel HoltmannHave Bluetooth plugin set a proper network grouping
2009-08-06 Marcel HoltmannSet remote Bluetooth address as network name for now
2009-08-06 Marcel HoltmannSet unique device ident for Bluetooth adapters
2009-07-19 Marcel HoltmannEnsure that all supplicant and Bluetooth D-Bus calls...
2009-07-12 Marcel HoltmannStore control interface for complex devices
2009-06-29 Marcel HoltmannThe device policy is a bad idea and so remove all suppo...
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-04-22 Marcel HoltmannHandle errors with DBusPendingCall and lost connection
2009-02-28 Marcel HoltmannAdd priority field to plugin descriptor definition
2009-02-03 Marcel HoltmannThe disconnect method PAN doesn't require the interface...
2009-02-03 Marcel HoltmannSet network protocol to IP for Bluetooth PAN to allow...
2009-01-04 Marcel HoltmannUse the property functions for path data
2009-01-01 Marcel HoltmannUpdate copyright information
2009-01-01 Marcel HoltmannAllow transport definition for device mode
2008-12-30 Marcel HoltmannAdd support for connecting Bluetooth NAP networks
2008-12-30 Marcel HoltmannCheck that device name is valid before using it
2008-12-30 Marcel HoltmannAdd CONNMAN_API_SUBJECT_TO_CHANGE definition
2008-12-28 Marcel HoltmannUse manual policy as default
2008-12-26 Marcel HoltmannAdd initial support for Bluetooth networks
2008-12-25 Marcel HoltmannAdd support for different network modes
2008-12-25 Marcel HoltmannFix broken device driver details of Bluetooth plugin
2008-12-24 Marcel HoltmannConvert Bluetooth plugin into a device driver
2008-12-20 Marcel HoltmannIterate over the Bluetooth Devices property
2008-12-20 Marcel HoltmannUse private adapter data structure
2008-12-20 Marcel HoltmannLet plugins use connman_dbus_get_connection() function
2008-12-20 Marcel HoltmannAdd support for switching Bluetooth devices on and off
2008-12-20 Marcel HoltmannReturn failure when disabling Bluetooth
2008-12-17 Marcel HoltmannHandle failure of device registration
2008-12-17 Marcel HoltmannTrack scanning state changes of Bluetooth devices
2008-12-17 Marcel HoltmannRetrieve list of Bluetooth devices
2008-12-17 Marcel HoltmannUse ignore policy as default for Bluetooth
2008-12-17 Marcel HoltmannTrack mode changes of Bluetooth devices
2008-12-17 Marcel HoltmannAdd support dynamic Bluetooth adapter detection
2008-12-06 Marcel HoltmannAllow pre-processor pasting of plugin name
2008-12-05 Marcel HoltmannFix detection of Bluetooth devices
2008-11-23 Marcel HoltmannCall connect function if service is present
2008-10-17 Marcel HoltmannLet the Bluetooth plugin listen on service changes
2008-09-01 Marcel HoltmannFixup due to element API changes
2008-06-30 Marcel HoltmannUse new signal callback function from libgdbus
2008-06-28 Marcel HoltmannUpdate Bluetooth plugin with hardware detection support
2008-04-13 Marcel HoltmannAdd skeleton for Bluetooth plugin