summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/module-bluetooth-discover.c
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: add HFP Gateway supportJoão Paulo Rechi Vita2010-02-211-2/+7
* bluetooth: don't set auto_connect flag when discovering bt devicesLennart Poettering2009-10-041-1/+1
* bluetooth: remove left-over debug lineLennart Poettering2009-08-281-1/+0
* bluetooth: add discover of bluetooth sourcesJoão Paulo Rechi Vita2009-08-231-2/+6
* Merge commit 'elmarco/bluetooth-fixes'Lennart Poettering2009-03-301-3/+11
|\
| * bluetooth: use new audio State propertiesMarc-André Lureau2009-03-271-3/+11
| * bluetooth: connected can be -1, check > 0Marc-André Lureau2009-03-271-1/+1
* | dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-1/+1
|/
* make sure the discovery module is only loaded onceLennart Poettering2009-03-251-0/+1
* fix bad memory access when destroying m-b-dLennart Poettering2009-03-241-14/+29
* at a couple of #ifdef NOKIAs for nowLennart Poettering2009-03-211-3/+12
* rework device discovery to share a single device list among all modulesLennart Poettering2009-03-211-29/+28
* bluetooth: load bluetooth device with connected profileMarc-André Lureau2009-03-191-1/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* properly free modargs object when init fails; don't abbreviate modargs in structLennart Poettering2009-02-121-8/+14
* tabs are evilLennart Poettering2009-02-121-2/+2
* bluetooth: SCO over PCMMarc-André Lureau2009-02-091-1/+20
* bluetooth: typoMarc-André Lureau2009-02-031-1/+1
* store the module index shifted by 1 to map PA_INVALID_INDEX to NULLLennart Poettering2009-02-021-6/+6
* temporary commit of lennarts new bt changesLennart Poettering2009-01-291-759/+80
* bluetooth: cold hsp/a2dp device detectionMarc-André Lureau2009-01-281-0/+287
* bluetooth: hsp volume controlMarc-André Lureau2009-01-281-2/+2
* Don't store pointer to pa_moduleLennart Poettering2008-12-171-3/+3
* Fix bug walking on module list.Luiz Augusto von Dentz2008-12-171-1/+1
* Merge commit 'vudentz/master'Lennart Poettering2008-10-131-1/+1
|\
| * Fix possible invalid read while attempting to load module-bluetooth-device.Luiz Augusto von Dentz2008-10-091-1/+1
* | properly remove dbus matches an filters when unloading m-b-dLennart Poettering2008-10-131-1/+16
|/
* Unload module-bluetooth-device if the remote device disconnects.Luiz Augusto von Dentz2008-10-071-11/+44
* make distcheck passv0.9.13Lennart Poettering2008-10-061-1/+1
* Fix loading module-bluetooth-device with an invalid parameter.Luiz Augusto von Dentz2008-10-031-1/+1
* Replace handlers of deprecated Connected signals with new PropertyChanged.Luiz Augusto von Dentz2008-10-031-5/+39
* Cleanup module-bluetooth-discover.Luiz Augusto von Dentz2008-10-031-525/+69
* Fix Connected signal handler.Luiz Augusto von Dentz2008-10-031-6/+2
* Fix match rule problems.Luiz Augusto von Dentz2008-10-031-2/+2
* Remove PropertyChanged signal handler.Luiz Augusto von Dentz2008-10-031-16/+0
* Add signal handlers for Connected signals.Luiz Augusto von Dentz2008-10-031-0/+12
* Add match rules for org.bluez.Headset and org.bluez.AudioSink.Luiz Augusto von Dentz2008-10-031-0/+12
* follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
* make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
* some minor fixes and cleanups in the bt codeLennart Poettering2008-09-261-25/+23
* downgrade a D-Bus log message to debugLennart Poettering2008-09-111-1/+1
* Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-111-0/+532