summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: fix distorted audio during Bluetooth SCO HFP/HSP playbackRenjith Thomas2017-01-191-10/+18
* bluetooth: Add optional heuristic for switching between hsp and a2dp profilesPali Rohár2017-01-191-13/+30
* bluetooth-policy: do A2DP profile restoring a bit laterTanu Kaskinen2016-12-201-3/+3
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-202-2/+10
* bluetooth: fix race condition in BlueZ5 device disconnectionJuha Kuikka2016-11-281-1/+2
* bluetooth: Add support for automatic switch between hsp and a2dp profiles als...Pali Rohár2016-09-231-27/+33
* bluetooth: bluez5: Add profile name to sinks and sourcesPali Rohár2016-09-181-2/+2
* bluetooth: Fix negative array index writePeter Meerwald-Stadler2016-08-171-3/+5
* bluetooth: Reorganize code to avoid Coverity NULL dereference warningPeter Meerwald-Stadler2016-08-171-5/+5
* bluetooth: Fix dead codePeter Meerwald-Stadler2016-08-161-5/+1
* bluetooth: Don't free modargs twicePeter Meerwald-Stadler2016-08-161-6/+7
* Remove newline at end of log messagesPeter Meerwald-Stadler2016-08-163-3/+3
* bluetooth: don't create the HSP/HFP profile twiceTanu Kaskinen2016-08-102-54/+99
* bluetooth: refactor BlueZ 4 transport state settingTanu Kaskinen2016-08-102-16/+17
* bluetooth: unify BlueZ 4 and BlueZ 5 profile constant namesTanu Kaskinen2016-08-103-53/+53
* bluetooth: unify BlueZ 4 and BlueZ 5 UUID handlingTanu Kaskinen2016-08-105-81/+38
* bluetooth: update device's valid flag after parsing propertiesTanu Kaskinen2016-08-101-0/+1
* bluetooth: remove a redundant assignmentTanu Kaskinen2016-08-101-1/+1
* bluetooth: wait for all profiles to connect before creating cardTanu Kaskinen2016-08-102-2/+118
* bluetooth: Add support for automatic switch between hsp and a2dp profilesPali Rohár2016-07-221-2/+207
* card: move profile selection after pa_card_new()Tanu Kaskinen2016-06-282-11/+22
* alsa, bluetooth: fail if user-requested profile doesn't existTanu Kaskinen2016-06-281-2/+5
* bluetooth: Prevent aborts caused by invalid module argumentsJason Gerecke2016-01-152-3/+5
* module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2015-12-072-2/+2
* bluetooth: bluez4: Remove the unused "auto_connect" parameter as it is not us...Manish Sogi2015-09-251-9/+0
* modules: Fix struct namespace collision on SolarisShawn Walker2015-07-291-4/+4
* Fix: Prevent calling pa_rtpoll_free() for a NULL rtpollSagar Nageshmurthy2015-03-271-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-1414-41/+14
* bluez5: Do not suspend on no -> unknown profile transitionsDavid Henningsson2014-12-191-1/+3
* bluez5: Fix free order of adapters and devicesDavid Henningsson2014-12-031-3/+3
* bluetooth: set gain correctlyWim Taymans2014-11-211-4/+4
* core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald2014-11-171-2/+2
* bluetooth: Select headset backend through module argumentDavid Henningsson2014-11-144-6/+55
* bluez 5: remove null headset backendDavid Henningsson2014-11-141-37/+0
* bluez 5: Fix a debug messageDavid Henningsson2014-11-141-1/+1
* bluez 5: Load the native headset backend if the oFono one is unavailableDavid Henningsson2014-11-143-11/+28
* bluez 5: Build both headset backends, if availableDavid Henningsson2014-11-144-14/+39
* rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2014-11-092-2/+2
* bluetooth: Fix some native backend command sendingArun Raghavan2014-10-311-5/+5
* backend-native: implement volume controlWim Taymans2014-10-313-1/+203
* backend-native: add a new native headset backendWim Taymans2014-10-311-0/+448
* bluez5-util: add destroy functionWim Taymans2014-10-312-0/+4
* bluez5-device: use get_profile_directionWim Taymans2014-10-311-17/+15
* bluetooth: Move stuff to pa_bluetooth_transport_put/unlink()Tanu Kaskinen2014-10-192-12/+10
* bluetooth: bluez4: Add profile name to sinks and sourcesPali Rohár2014-09-281-5/+8
* bluetooth: Allow policy module to pick 'off' profileLuiz Augusto von Dentz2014-09-181-5/+2
* bluetooth: Switch transport state to idle in case of HUPJoão Paulo Rechi Vita2014-09-181-0/+2
* bluetooth: Implement org.ofono.HandsfreeAudioAgent.NewConnection()João Paulo Rechi Vita2014-09-161-2/+30
* bluetooth: Implement org.ofono.HandsfreeAudioAgent.Release()João Paulo Rechi Vita2014-09-111-1/+9
* bluetooth: Handle CardRemoved signalJoão Paulo Rechi Vita2014-09-111-0/+27