wifi: Add support for autoscan request
[framework/connectivity/connman.git] / plugins / bluetooth.c
2012-06-30 Lucas De Marchibluetooth: Watch for signals only on BLUEZ_SERVICE
2012-06-04 Daniel Wagnerbluetooth: Check ownership of device
2012-04-28 Marcel Holtmannplugins: Update copyright information
2012-04-17 Tomasz Bursztykabluetooth: use g_hash_table_replace instead of insert...
2011-11-10 Daniel Wagnerbluetooth: Cleanup if technology driver register fails
2011-07-25 Daniel Wagnerbluetooth: Fix remove device/network
2011-07-25 Daniel Wagnerbluetooth: Unref network objects
2011-07-25 Daniel Wagnerdevice: Change signature of connman_device_remove_network()
2011-07-25 Daniel Wagnernetwork: Remove connman_network_register/unregister()
2011-06-16 Daniel Wagnerelement: Remove network code
2011-03-03 Samuel Ortizbluetooth: Set service state to IDLE when PAN connectio...
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2010-11-12 Marcel HoltmannUse technology information when reporting Tethering...
2010-11-12 Marcel HoltmannUse a proper technology callback to report Tethering...
2010-11-10 Samuel Ortiztethering: Add async tethering_enabled callback
2010-11-08 Samuel Ortizbluetooth: Implement tethering hook
2010-11-08 Samuel Ortiztechnology: Add bridge name to the tethering hook
2010-11-04 Marcel HoltmannRemove unneeded enum connman_network_protocol
2010-11-04 Marcel HoltmannRemove unneeded enum connman_device_mode
2010-09-19 Martin XuIgnore Bluetooth adapter if its address is 00:00:00...
2010-08-13 Samuel OrtizRemove bluetooth network from device only when device...
2010-08-10 Samuel OrtizRemove unpaired Bluetooth devices
2010-08-10 Samuel OrtizWatch for Bluetooth device changes
2010-07-23 Yingan DengFix PATH of adapter_watch in bluetooth plugin
2010-07-15 Marcel HoltmannAdd simple technology driver support for Bluetooth
2010-05-12 Samuel OrtizWatch for Bluez network change signal
2010-05-06 Martin XuSet network associating to FALSE in pan_disconnect()
2010-05-06 Martin XuCheck error before call dbus_message_get_args to acquir...
2010-04-13 Martin XuRemove erroneous DHCP method setting from bluetooth...
2010-04-09 Martin XuReference PAN network before disconnecting
2010-04-06 Samuel OrtizDo not set network index from PAN disconnect reply
2010-02-11 Samuel OrtizSet device powered when bluetooth adapters are powered
2010-02-11 Samuel OrtizBring bluetooth interfaces up at startup
2010-01-02 Marcel HoltmannUpdate copyright information
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