summaryrefslogtreecommitdiff
path: root/android/avdtp.c
Commit message (Expand)AuthorAgeFilesLines
* 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