summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
...
* tethering: Add a tethering property per technologySamuel Ortiz2011-02-021-0/+1
* Use technology information when reporting Tethering statusMarcel Holtmann2010-11-131-22/+24
* Use a proper technology callback to report Tethering statusMarcel Holtmann2010-11-131-3/+2
* tethering: Add async tethering_enabled callbackSamuel Ortiz2010-11-101-2/+38
* bluetooth: Implement tethering hookSamuel Ortiz2010-11-081-0/+112
* technology: Add bridge name to the tethering hookSamuel Ortiz2010-11-081-1/+1
* Remove unneeded enum connman_network_protocolMarcel Holtmann2010-11-041-2/+0
* Remove unneeded enum connman_device_modeMarcel Holtmann2010-11-041-2/+0
* Ignore Bluetooth adapter if its address is 00:00:00:00:00:00Martin Xu2010-09-191-0/+3
* Remove bluetooth network from device only when device is removedSamuel Ortiz2010-08-131-17/+16
* Remove unpaired Bluetooth devicesSamuel Ortiz2010-08-101-2/+45
* Watch for Bluetooth device changesSamuel Ortiz2010-08-101-1/+35
* Fix PATH of adapter_watch in bluetooth pluginYingan Deng2010-07-221-1/+1
* Add simple technology driver support for BluetoothMarcel Holtmann2010-07-151-0/+33
* Watch for Bluez network change signalSamuel Ortiz2010-05-121-1/+53
* Set network associating to FALSE in pan_disconnect()Martin Xu2010-05-061-0/+2
* Check error before call dbus_message_get_args to acquire argumentsMartin Xu2010-05-061-1/+29
* Remove erroneous DHCP method setting from bluetooth pluginMartin Xu2010-04-131-2/+0
* Reference PAN network before disconnectingMartin Xu2010-04-091-0/+4
* Do not set network index from PAN disconnect replySamuel Ortiz2010-04-061-7/+0
* Set device powered when bluetooth adapters are poweredSamuel Ortiz2010-02-111-95/+98
* Bring bluetooth interfaces up at startupSamuel Ortiz2010-02-111-0/+2
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann2009-12-311-10/+12
* Port bluetooth driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-311-62/+59
* Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu2009-12-301-0/+3
* Rename D-Bus helper for basic property typesMarcel Holtmann2009-12-191-1/+1
* Set path string for Bluetooth devicesMartin Xu2009-11-301-0/+1
* Don't initialize error variableMarcel Holtmann2009-09-011-2/+4
* Fix Bluetooth disconnect race conditionMarcel Holtmann2009-08-291-0/+3
* Ignore Bluetooth adapters that are currently downMarcel Holtmann2009-08-071-1/+2
* Fix various race conditions within Bluetooth supportMarcel Holtmann2009-08-071-310/+288
* Fix changed handling of service connect watchesMarcel Holtmann2009-08-061-3/+0
* Have Bluetooth plugin set a proper network groupingMarcel Holtmann2009-08-051-0/+2
* Set remote Bluetooth address as network name for nowMarcel Holtmann2009-08-051-0/+2
* Set unique device ident for Bluetooth adaptersMarcel Holtmann2009-08-051-0/+2
* Ensure that all supplicant and Bluetooth D-Bus calls disable auto-startMarcel Holtmann2009-07-191-0/+10
* Store control interface for complex devicesMarcel Holtmann2009-07-121-1/+1
* The device policy is a bad idea and so remove all support for itMarcel Holtmann2009-06-291-1/+0
* Export and use more generic INET helpersMarcel Holtmann2009-05-211-3/+2
* Handle errors with DBusPendingCall and lost connectionMarcel Holtmann2009-04-221-2/+32
* Add priority field to plugin descriptor definitionMarcel Holtmann2009-02-281-1/+1
* The disconnect method PAN doesn't require the interface nameMarcel Holtmann2009-02-031-2/+1
* Set network protocol to IP for Bluetooth PAN to allow DHCPMarcel Holtmann2009-02-031-0/+2
* Use the property functions for path dataMarcel Holtmann2009-01-051-7/+8
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Allow transport definition for device modeMarcel Holtmann2009-01-011-1/+1
* Add support for connecting Bluetooth NAP networksMarcel Holtmann2008-12-301-2/+214
* Check that device name is valid before using itMarcel Holtmann2008-12-301-1/+1
* Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann2008-12-301-0/+1