summaryrefslogtreecommitdiff
path: root/android/avctp.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-2/+3
* uinput: Remove local copy of uinput.hLuiz Augusto von Dentz2021-11-221-5/+3
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* android/avctp: Fix reference countingSzymon Janc2015-03-301-10/+12
* android/avctp: Fix crashes caused by re-entrant callsLuiz Augusto von Dentz2015-03-261-24/+50
* android: Use local libbluetooth includesMarcel Holtmann2015-02-281-2/+2
* android/avctp: Add define for AV/C data MTU and offsetLuiz Augusto von Dentz2014-06-061-4/+0
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-5/+10
* android/avctp: Add avctp_send_browsing functionLuiz Augusto von Dentz2014-04-251-0/+12
* android/avctp: Add proper checks for invalid browsing PDUsLuiz Augusto von Dentz2014-04-251-1/+8
* android/avctp: Make browsing handler return ssize_tLuiz Augusto von Dentz2014-04-251-3/+9
* android/avctp: Make avctp_send_vendor to take struct iovecLuiz Augusto von Dentz2014-04-151-6/+2
* android/avctp: Make avctp_send_vendor_req to take struct iovecLuiz Augusto von Dentz2014-04-151-61/+91
* android/avctp: Make avctp_send_browsing_req to take struct iovecLuiz Augusto von Dentz2014-04-151-24/+41
* android/avctp: Add parameters to avctp passthrough sendAndrei Emeltchenko2014-03-131-16/+58
* AVCTP: Fix sending wrong response formatLuiz Augusto von Dentz2014-03-041-2/+2
* android/avctp: Make handler return ssize_tLuiz Augusto von Dentz2014-03-041-5/+12
* android/avctp: Fix leaking passthrough handlerLuiz Augusto von Dentz2014-03-021-0/+2
* android/avctp: Checks error on send_eventLuiz Augusto von Dentz2014-02-241-1/+11
* android/avctp: Fix failing silently if uinput is not initializedLuiz Augusto von Dentz2014-02-241-3/+6
* android/avctp: Set uinput to invalid fd when creating sessionAndrei Emeltchenko2014-02-241-0/+1
* audio/AVCTP: Lookup key name from key_map tableLuiz Augusto von Dentz2014-02-051-28/+8
* audio/AVCTP: Add keys that can be mapped to uinputLuiz Augusto von Dentz2014-02-051-0/+28
* android/avctp: Move AVC_HEADER_LENGTH from avctp headerAndrei Emeltchenko2014-01-291-0/+2
* android/avctp: Fix wrong error messageAndrei Emeltchenko2014-01-291-1/+1
* android/avctp: Use predefined HEADER_LENGTH instead of sizeofAndrei Emeltchenko2014-01-291-6/+6
* android/avctp: Trivial cleanup codeAndrei Emeltchenko2014-01-271-3/+2
* android/AVRCP: Add initial socket handlingLuiz Augusto von Dentz2014-01-261-4/+1
* android/AVCTP: Add avctp_set_destroy_cbLuiz Augusto von Dentz2014-01-261-0/+13
* android/AVCTP: Strip dependenciesLuiz Augusto von Dentz2014-01-261-675/+119
* android: Add copy of current AVCTP implementionLuiz Augusto von Dentz2014-01-261-0/+2028