History log of /btstack/src/classic/avrcp_target.c (Results 51 – 75 of 136)
Revision Date Author Comments
# 61a3437b 08-Oct-2021 Milanka Ringwald <[email protected]>

avrcp_target: return value and code clean up


# f0af2234 18-Jul-2021 Matthias Ringwald <[email protected]>

avrcp: use PANEL as default unit + subunit info


# fda344fc 17-Jul-2021 Matthias Ringwald <[email protected]>

avrcp_target: return unused fields in subunit_info as 0xff


# 3cfa4086 03-Jun-2021 Matthias Ringwald <[email protected]>

Remove stdio.h include from btstack_debug.h, add to individual files


# 38410698 21-May-2021 Milanka Ringwald <[email protected]>

avrcp: fix compile


# 0b578d06 21-May-2021 Milanka Ringwald <[email protected]>

avrcp: add all operation IDs, accept all valid operation IDs


# 2c197cf1 04-May-2021 Milanka Ringwald <[email protected]>

avrcp_target: fix subunit info response


# 7c76cd61 29-Mar-2021 Matthias Ringwald <[email protected]>

avoid #include "btstack.h" by core stack


# 927fd23f 19-Mar-2021 Matthias Ringwald <[email protected]>

avrcp_target: emit operation button release event


# 319131f8 19-Mar-2021 Matthias Ringwald <[email protected]>

avrcp: new field button_pressed in AVRCP_SUBEVENT_OPERATION


# 1b83a069 18-Mar-2021 Matthias Ringwald <[email protected]>

avrcp_target: fix notification changed event


# 810b0d84 17-Mar-2021 Matthias Ringwald <[email protected]>

avrcp_target: fix command handling (regression from 9970238)


# e8ad6d13 11-Mar-2021 Matthias Ringwald <[email protected]>

avrcp_target: fix command handling (regression from 9970238)


# 69504336 26-Feb-2021 Matthias Ringwald <[email protected]>

avrcp_target: remove unused functions


# 99702381 26-Feb-2021 Matthias Ringwald <[email protected]>

avrcp: avoid out of bound reads in target and controller


# 6e735d0a 16-Feb-2021 Matthias Ringwald <[email protected]>

avrcp_target: mark supported events and companies as const


# bf67b2db 08-Feb-2021 Matthias Ringwald <[email protected]>

avrcp: request can send now again for controller if both want to send


# 680af5dc 11-Jan-2021 Matthias Ringwald <[email protected]>

avrcp: support de-init

# Conflicts:
# src/classic/avrcp_target.h


# ef6e8e63 14-Dec-2020 Matthias Ringwald <[email protected]>

avrcp_target: avoid warning without bstack_assert


# df842b64 08-Dec-2020 Matthias Ringwald <[email protected]>

avrcp_target: fix compile warning using invalid pointers in memcpy with len == 0


# 022b77fc 04-Nov-2020 Milanka Ringwald <[email protected]>

avrcp_controller: rename transaction_label


# 3acd1f1c 27-Jul-2020 Milanka Ringwald <[email protected]>

avrcp: check packet type and return if fragmented (currently not supported)


# 697b823e 25-Jul-2020 Matthias Ringwald <[email protected]>

test/fuzz: prepare for avrcp fuzzing


# e2f25417 23-Jul-2020 Milanka Ringwald <[email protected]>

avrcp: use defines instead of enum for features


# 182c9f07 09-Jul-2020 Matthias Ringwald <[email protected]>

avrcp: replacle if-else-chain with simple if + return


123456