summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/bluetooth-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
|
* bluetooth: Don't log an error if an endpoint type is disabled.Tanu Kaskinen2011-03-241-0/+2
| | | | | | | | | It's perfectly normal for BlueZ to disable some endpoint types, so printing a log message at error level isn't a good idea. For facilitating an informative message in case some endpoint type is disabled, the send_and_add_to_pending() function interface is also changed to be more generic (the pa_bluetooth_device pointer is replaced with a void pointer).
* bluetooth: add proper handling for bluetooth.nrec propertyLuiz Augusto von Dentz2011-03-141-0/+2
| | | | | | | | | NREC stands for Noise Reduction and Echo Cancelation, it can be changed at any point by the headset. When set to "1" indicates that those algorithms shall be enabled by default and "0" means the headset probably have them active so they should be disabled in PA side.
* bluetooth: handle Acquire API changeLuiz Augusto von Dentz2011-03-141-1/+1
| | | | | | Acquire now return input and output MTU of the file descriptor so it is no longer necessary to get those after acquiring the fd, which less round trips and faster response time when switching profiles.
* bluetooth: fix case of profile UUIDs to match what BlueZ usesLuiz Augusto von Dentz2010-12-231-8/+8
|
* bluetooth: Add support for Media APILuiz Augusto von Dentz2010-10-071-0/+26
| | | | Make use of D-Bus to transfer file descriptors.
* bluetooth: add HFP Gateway supportJoão Paulo Rechi Vita2010-02-211-0/+3
| | | | | | | | Create the 'Handsfree Gateway' profile for bluetooth cards and add filters for 'org.bluez.HandsfreeGateway' to the discover module so module-bluetooth-device is loaded with the correct profile when a Handsfree Gateway connects to bluetoothd (in this case bluetoothd is acting as the headset).
* bluetooth: add discover of bluetooth sourcesJoão Paulo Rechi Vita2009-08-231-2/+5
|
* bluetooth: drop PA_BT_AUDIO_STATE_LAST since it is unused and we normally ↵Lennart Poettering2009-08-151-2/+1
| | | | call that _MAX anyway
* introduce typedef for pa_bt_audio_state and use it everywhereLennart Poettering2009-03-301-5/+5
|
* bluetooth: use new audio State propertiesMarc-André Lureau2009-03-271-6/+19
|
* bluetooth: GetProperties after profile UUID show upMarc-André Lureau2009-03-271-0/+14
|
* rework device discovery to share a single device list among all modulesLennart Poettering2009-03-211-9/+10
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor()Lennart Poettering2009-02-021-0/+4
|
* add missing filesLennart Poettering2009-01-291-0/+77