summaryrefslogtreecommitdiff
path: root/android/avdtp.c
Commit message (Expand)AuthorAgeFilesLines
* shared/util: use 64-bit bitmap in util_get/clear_uidPauli Virtanen2021-09-061-1/+1
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* a2dp-codecs: Define a2dp_vendor_codec_t struct in endian neutral wayPali Rohár2018-12-281-2/+4
* android: Add missing fall through declarationMarcel Holtmann2017-07-111-0/+1
* android: Remove dead codeSzymon Janc2015-10-301-4/+1
* audio/avdtp: Fix resuming only the first SEIDLuiz Augusto von Dentz2015-08-111-1/+1
* audio/avdtp: Fix suspending only the first SEIDLuiz Augusto von Dentz2015-08-111-1/+1
* android/avdtp: Fix test /TP/SIG/SMG/BV-09-CLuiz Augusto von Dentz2015-03-261-2/+2
* android/avdtp: Fix test /TP/SIG/SMG/BI-19-CLuiz Augusto von Dentz2015-03-261-1/+1
* android/avdtp: Fix crashes caused by re-entrant callsLuiz Augusto von Dentz2015-03-261-1/+15
* android: Fix coding styleLuiz Augusto von Dentz2015-03-061-1/+0
* android: Remove unused fieldLuiz Augusto von Dentz2015-03-061-2/+0
* android/avdtp: Remove extra checkAndrei Emeltchenko2015-02-221-3/+0
* android/avdtp: Refactor local SEP list handlingAndrei Emeltchenko2015-02-221-36/+54
* android/avdtp: Fix registering SEP with wrong SEIDAndrei Emeltchenko2015-02-191-1/+5
* android/avdtp: Fix SEID generationAndrei Emeltchenko2015-02-191-1/+4
* android: List all enum values in switchSzymon Janc2014-12-081-0/+3
* android/avdtp: Fix crash on disconnectSzymon Janc2014-09-261-2/+1
* android/avdtp: Cleanup watch id when removing session watchSzymon Janc2014-08-291-1/+6
* android/avdtp: Move PSM definition to AVDTP headerSzymon Janc2014-08-281-2/+0
* android/avdtp: Constify data in avdtp_service_cap_newSzymon Janc2014-08-281-1/+2
* android/a2dp: Fix for PTS testcaseLukasz Rymanowski2014-08-081-1/+2
* android/a2dp: Improve avdtp_close functionLukasz Rymanowski2014-08-081-3/+4
* android/a2dp: Fix SEP selectionAndrzej Kaczmarek2014-05-301-0/+23
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-2/+4
* android: Fix some random code style issuesSzymon Janc2014-03-201-1/+1
* android/avdtp: Fix crash when DISCOVER failedAndrzej Kaczmarek2014-03-051-1/+2
* android/avdtp: Fix coding styleLuiz Augusto von Dentz2014-02-101-14/+23
* android/avdtp: Fix passing NULL pointer to memcpyAndrei Emeltchenko2014-02-101-1/+6
* android/avdtp: Fix passing NULL pointer to memcpyAndrei Emeltchenko2014-02-101-2/+10
* android/a2dp: Shutdown AVDTP gracefullyAndrzej Kaczmarek2014-02-101-4/+17
* build: Fix make checkLuiz Augusto von Dentz2014-01-281-14/+18
* android/AVDTP: Make stream channel priority 5Luiz Augusto von Dentz2014-01-291-0/+9
* android/AVDTP: Make signalling channel priority 6Luiz Augusto von Dentz2014-01-291-1/+9
* android: Use full include path for header filesMarcel Holtmann2014-01-251-1/+1
* android/AVDTP: Fix invalid free of struct discoverLuiz Augusto von Dentz2014-01-141-1/+2
* android/AVDTP: Fix ignoring endpoint delay reportingLuiz Augusto von Dentz2013-12-231-1/+1
* android/AVDTP: Remove get_all parameter for get_capability callbackLuiz Augusto von Dentz2013-12-231-2/+2
* android/AVDTP: Fix rejecting DELAY_REPORT command while in OPEN stateLuiz Augusto von Dentz2013-12-231-2/+6
* android/AVDTP: Fix not sending delay reporting capabilityLuiz Augusto von Dentz2013-12-231-0/+6
* android/AVDTP: Duplicate fd passed to avdtp_newLuiz Augusto von Dentz2013-12-201-1/+8
* android/AVDTP: Add avdtp_shutdownLuiz Augusto von Dentz2013-12-201-0/+19
* android/AVDTP: Add avdtp_add_disconnect_cb and avdtp_remove_disconnect_cbLuiz Augusto von Dentz2013-12-201-3/+58
* android/AVDTP: Fix not removing start_timer sourceLuiz Augusto von Dentz2013-12-181-0/+3
* android/AVDTP: Fix not calling callback if GET_CONFIGURATION is rejectedLuiz Augusto von Dentz2013-12-051-0/+9
* android/AVDTP: Fix not calling callback if GET_CAPABILITIES is rejectedLuiz Augusto von Dentz2013-12-051-9/+7
* android/AVDTP: Fix not calling callback if DISCOVER is rejectedLuiz Augusto von Dentz2013-12-051-0/+6
* android/AVDTP: Strip dependenciesLuiz Augusto von Dentz2013-11-251-684/+73
* android: Add copy of current AVDTP implementionLuiz Augusto von Dentz2013-11-251-0/+3867