summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/module-bluez5-device.c
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Change A2DP codec API of reset() method to indicate failurePali Rohár2019-07-241-6/+12
* bluetooth: Fix usage of MTU, buffer sizes and return values of encode/decode ...Pali Rohár2019-07-241-21/+41
* bluetooth: Fix crash in setup_stream()Frédéric Danis2019-07-021-2/+24
* bluetooth: Modular API for A2DP codecsPali Rohár2019-04-121-381/+181
* bluez5-device: use correct RTP payload typeTanu Kaskinen2019-01-171-1/+6
* Fix typo: explicitely -> explicitlyJoseph Herlant2018-09-171-1/+1
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-06-211-1/+2
* optimize set_state_in_io_thread() callbacksRaman Shyshniou2018-06-211-4/+4
* bluez5-device: Fix memory leak in sco_process_render()Georg Chini2018-05-091-9/+19
* bluez5-device: Rewrite of thread function, reduce send buffer size for a2dp sinkGeorg Chini2018-05-091-98/+202
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-201-2/+2
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-81/+93
* bluetooth: fix resume error handlingTanu Kaskinen2018-03-071-14/+10
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* bluetooth: set better priorities for profilesTanu Kaskinen2017-10-191-4/+4
* bluez: Don't crash on strange MTU sizesArun Raghavan2017-09-181-0/+10
* bluez: Don't autodetect MTU by defaultArun Raghavan2017-09-181-1/+1
* bluetooth: recognize another HSP HS UUIDTanu Kaskinen2017-09-051-1/+1
* bluez5-device: Set transport state correctly for AG roleGeorg Chini2017-09-051-0/+20
* bluez5-device: lower sink/source priority for Audio gateway or a2dp sourceGeorg Chini2017-09-031-0/+13
* bluez5-device: Log subband count instead of subband flagGrzegorz Kolodziejczyk2017-07-101-1/+1
* Revert "bluetooth: Auto recover if profile is 'off'"Tanu Kaskinen2017-06-171-7/+1
* bluez5-device: Correctly handle suspend/resume cyle for audio gateway role of...Georg Chini2017-05-041-17/+84
* bluetooth: Auto recover if profile is 'off'Luiz Augusto von Dentz2017-05-041-1/+7
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-5/+5
* bluetooth: allow UTF-8 in device descriptionsTanu Kaskinen2017-04-021-33/+2
* backend-native: add support for the HSP Headset roleWim Taymans2017-03-071-8/+26
* bluez5-device: Use correct constants for fixed latency in PA_{SINK, SOURCE}_M...Georg Chini2017-02-161-2/+2
* bluetooth: Make use of getsockopt() to determine MTU configurableGeorg Chini2017-02-141-1/+12
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-201-1/+5
* bluetooth: fix race condition in BlueZ5 device disconnectionJuha Kuikka2016-11-281-1/+2
* bluetooth: bluez5: Add profile name to sinks and sourcesPali Rohár2016-09-181-2/+2
* bluetooth: Don't free modargs twicePeter Meerwald-Stadler2016-08-161-6/+7
* bluetooth: don't create the HSP/HFP profile twiceTanu Kaskinen2016-08-101-24/+48
* card: move profile selection after pa_card_new()Tanu Kaskinen2016-06-281-0/+2
* module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2015-12-071-1/+1
* Fix: Prevent calling pa_rtpoll_free() for a NULL rtpollSagar Nageshmurthy2015-03-271-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* bluez5: Do not suspend on no -> unknown profile transitionsDavid Henningsson2014-12-191-1/+3
* rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2014-11-091-1/+1
* backend-native: implement volume controlWim Taymans2014-10-311-0/+140
* bluez5-device: use get_profile_directionWim Taymans2014-10-311-17/+15
* bluetooth: Switch transport state to idle in case of HUPJoão Paulo Rechi Vita2014-09-181-0/+2
* bluetooth: Always initialize profile->availableTanu Kaskinen2014-08-241-2/+6
* bluetooth: Assert transport has a matching profileLuiz Augusto von Dentz2014-08-221-3/+1
* bluetooth: Add basic support for HEADSET profilesJoão Paulo Rechi Vita2014-08-221-108/+321
* bluetooth: Refactor POLLHUP handlingTanu Kaskinen2014-06-241-28/+20
* bluetooth: Notify the main thread of a stream fd HUPJoão Paulo Rechi Vita2014-06-011-0/+5
* bluetooth: Rename variable to improve code readabilityJoão Paulo Rechi Vita2014-06-011-3/+3
* bluetooth: Change BlueZ 5 card profile name from a2dp to a2dp_sinkJoão Paulo Rechi Vita2014-05-251-3/+1