Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bluetooth: Don't log an error if an endpoint type is disabled. | Tanu Kaskinen | 2011-03-24 | 1 | -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 property | Luiz Augusto von Dentz | 2011-03-14 | 1 | -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 change | Luiz Augusto von Dentz | 2011-03-14 | 1 | -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 uses | Luiz Augusto von Dentz | 2010-12-23 | 1 | -8/+8 |
| | |||||
* | bluetooth: Add support for Media API | Luiz Augusto von Dentz | 2010-10-07 | 1 | -0/+26 |
| | | | | Make use of D-Bus to transfer file descriptors. | ||||
* | bluetooth: add HFP Gateway support | João Paulo Rechi Vita | 2010-02-21 | 1 | -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 sources | João Paulo Rechi Vita | 2009-08-23 | 1 | -2/+5 |
| | |||||
* | bluetooth: drop PA_BT_AUDIO_STATE_LAST since it is unused and we normally ↵ | Lennart Poettering | 2009-08-15 | 1 | -2/+1 |
| | | | | call that _MAX anyway | ||||
* | introduce typedef for pa_bt_audio_state and use it everywhere | Lennart Poettering | 2009-03-30 | 1 | -5/+5 |
| | |||||
* | bluetooth: use new audio State properties | Marc-André Lureau | 2009-03-27 | 1 | -6/+19 |
| | |||||
* | bluetooth: GetProperties after profile UUID show up | Marc-André Lureau | 2009-03-27 | 1 | -0/+14 |
| | |||||
* | rework device discovery to share a single device list among all modules | Lennart Poettering | 2009-03-21 | 1 | -9/+10 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor() | Lennart Poettering | 2009-02-02 | 1 | -0/+4 |
| | |||||
* | add missing files | Lennart Poettering | 2009-01-29 | 1 | -0/+77 |