summaryrefslogtreecommitdiff
path: root/profiles/audio
Commit message (Expand)AuthorAgeFilesLines
* profiles: Add initial code for mcp pluginAbhay Maheta2022-10-181-0/+430
* Profiles: Enable bt_vcp_set_debugSathish Narasimman2022-09-211-0/+7
* profiles: Add initial code for vcp pluginSathish Narasimman2022-09-191-0/+311
* a2dp: Fix not detecting transport connection collisionLuiz Augusto von Dentz2022-09-161-1/+2
* shared/bap: Remove include to io.hLuiz Augusto von Dentz2022-09-151-0/+1
* media: Fix scan-build warningsLuiz Augusto von Dentz2022-08-311-5/+16
* media: Fix registering PAC endpoints if ISO socket are not supportedLuiz Augusto von Dentz2022-08-301-4/+11
* profiles: Add remote endpoint path to SelectPropertiesFrédéric Danis2022-08-302-3/+14
* profiles: Update transport Links property on state change to QoSFrédéric Danis2022-08-291-0/+1
* profiles: Allow linked transport to release the fdFrédéric Danis2022-08-291-0/+43
* profiles: Add initial code for bap pluginLuiz Augusto von Dentz2022-08-294-47/+2508
* avdtp: fix possible minor problemslishengyu2022-06-301-1/+4
* avdtp: Free discover when send_request returns errorChengyi2022-06-211-0/+3
* a2dp: error return paths in a2dp_reconfig must free allocated setupPauli Virtanen2022-06-131-2/+4
* a2dp: disallow multiple SetConfiguration to same local SEPPauli Virtanen2022-06-132-0/+8
* transport: Fix not being able to initialize volume properlyLuiz Augusto von Dentz2022-04-282-5/+15
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-3/+7
* a2dp: Fix crash when SEP codec has not been initializedFrédéric Danis2022-03-301-5/+17
* a2dp: Always invalidate the cache if its configuration failsLuiz Augusto von Dentz2022-03-281-4/+2
* a2dp: Don't initialize a2dp_sep->destroy until properly registeredLuiz Augusto von Dentz2022-03-281-2/+3
* audio: Fix crash in a2dp_discoverYun-Hao Chung2022-03-081-6/+20
* player: Fix Track being emitted with empty metadataLuiz Augusto von Dentz2022-02-223-35/+45
* profiles: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-2/+2
* avrcp: Fix unaligned accessLuiz Augusto von Dentz2022-01-141-118/+111
* media: Fix crash when endpoint replies with an error to SetConfigurationLuiz Augusto von Dentz2022-01-131-8/+13
* avdtp: Fix runtime errors passing NULL to memcpyLuiz Augusto von Dentz2022-01-071-6/+9
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-062-9/+10
* shared/util: Rename btd_malloc to util_mallocLuiz Augusto von Dentz2022-01-051-1/+1
* build: Fix build when sanitizer are enabledLuiz Augusto von Dentz2021-12-232-2/+5
* uinput: Remove local copy of uinput.hLuiz Augusto von Dentz2021-11-221-3/+3
* media: Fix memory leakLuiz Augusto von Dentz2021-11-091-0/+1
* profiles/a2dp: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-5/+28
* avrcp: Fix browsing support in SDP recordLuiz Augusto von Dentz2021-09-243-51/+57
* avctp: Fix not handling when kernel has ERTM disabledLuiz Augusto von Dentz2021-09-241-12/+5
* profiles: Inclusive language changesArchie Pusaka2021-09-212-6/+6
* btio: Inclusive language changesArchie Pusaka2021-09-212-2/+2
* media: Add media_player prefix for callbackLuiz Augusto von Dentz2021-09-171-33/+35
* media: Fix build with glibc >= 2.34Fabrice Fontaine2021-09-171-2/+2
* avdtp: use separate local SEID pool for each adapterPauli Virtanen2021-09-063-13/+22
* shared/util: use 64-bit bitmap in util_get/clear_uidPauli Virtanen2021-09-061-1/+1
* audio/transport: Only store volume when also emitting DBus prop changeMarijn Suijten2021-08-091-3/+3
* audio/avrcp: Use host/network order as appropriate for pdu->params_lenMarijn Suijten2021-08-091-2/+2
* a2dp: Invalidate cache if SetConfiguration failsLuiz Augusto von Dentz2021-08-043-78/+130
* a2dp: Fix crash in channel_free while waiting cmd respYun-Hao Chung2021-07-141-1/+39
* media: Fix UnregisterApplicationLuiz Augusto von Dentz2021-06-231-0/+3
* avdtp: Fix parsing capabilitiesArchie Pusaka2021-06-171-2/+2
* avrcp: Fix unregister AVRCP playerHuang-Huang Bao2021-05-211-0/+6
* profile: Fix memory leaksSteve Grubb2021-05-141-1/+3
* avrcp: Fix not checking if params_len match number of received bytesLuiz Augusto von Dentz2021-05-041-0/+8
* avdtp: Fix accepting invalid/malformed capabilitiesLuiz Augusto von Dentz2021-05-041-20/+36