summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending wrong codec capability length.Luiz Augusto von Dentz2009-01-121-1/+4
|
* Fix send and recv message sizes.Luiz Augusto von Dentz2009-01-121-2/+7
|
* Send packets with proper size.Luiz Augusto von Dentz2009-01-121-1/+1
|
* Update module-bluetooth-device to the new ipc.Luiz Augusto von Dentz2009-01-123-172/+217
|
* Don't store pointer to pa_moduleLennart Poettering2009-01-121-3/+3
| | | | | pa_module pointers might become invalid at any time, so we use the stable uin32_t index of the module for identifying or modules instead.
* Fix bug walking on module list.Luiz Augusto von Dentz2009-01-121-1/+1
|
* Fix possible invalid read while attempting to load module-bluetooth-device.Luiz Augusto von Dentz2008-10-231-1/+1
|
* properly remove dbus matches an filters when unloading m-b-dLennart Poettering2008-10-231-1/+16
|
* Unload module-bluetooth-device if the remote device disconnects.Luiz Augusto von Dentz2008-10-231-11/+44
|
* make distcheck passv0.9.13Lennart Poettering2008-10-063-3/+3
|
* 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-032-532/+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
|
* all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
|
* instead of failing when the requested sampling rate is not available find ↵Lennart Poettering2008-09-291-19/+23
| | | | the next one that is higher
* Use the same module parameter names for module-bluetooth-device as for most ↵Lennart Poettering2008-09-291-12/+15
| | | | other modules
* remove a few compiler warnings in BlueZ codeLennart Poettering2008-09-293-6/+5
|
* 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
|
* add trivial redirecting makefile to bt dirLennart Poettering2008-09-111-0/+1
|
* Move bluetooth proximity module to src/modules/bluetooth/João Paulo Rechi Vita2008-09-112-0/+691
|
* Change all int vars that doesn't allow negative values to uintJoão Paulo Rechi Vita2008-09-111-11/+12
|
* Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-119-0/+3731