History log of /btstack/src/classic/avdtp_util.c (Results 26 – 50 of 122)
Revision Date Author Comments
# 51d981e2 01-Apr-2021 Bjoern Hartmann <[email protected]>

avdtp_util: fix event fix


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

avoid #include "btstack.h" by core stack


# 5b391ed7 23-Mar-2021 Matthias Ringwald <[email protected]>

avdtp: prefix error codes with AVDTP_ERROR_CODE_


# 73048ce6 15-Mar-2021 Matthias Ringwald <[email protected]>

avdtp_util: fix some events

AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_ATRAC_CAPABILITY,
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_OTHER_CAPABILITY
AVDTP_SUBEVENT_SIGNALING_CONTENT_PROTECTION_CAPABILITY
AVDTP_

avdtp_util: fix some events

AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_ATRAC_CAPABILITY,
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_OTHER_CAPABILITY
AVDTP_SUBEVENT_SIGNALING_CONTENT_PROTECTION_CAPABILITY
AVDTP_SUBEVENT_SIGNALING_MEDIA_CODEC_OTHER_CONFIGURATION

show more ...


# 5403525e 18-Feb-2021 Matthias Ringwald <[email protected]>

avdtp_util: fix event len in avdtp_signaling_emit_media_codec_other_capability


# 8691a66c 04-Feb-2021 Matthias Ringwald <[email protected]>

a2dp, avdtp: use `a2dp_source_set_config_{TYPE}` and `avdtp_config{TYPE}_store` to avoid large number of parameters


# f9e215c7 02-Feb-2021 Matthias Ringwald <[email protected]>

add missing default cases


# 0928ecce 01-Feb-2021 Matthias Ringwald <[email protected]>

avdtp_util: extract avdtp_signaling_emit_media_codec_capability


# a3868652 20-Jan-2021 Matthias Ringwald <[email protected]>

avdtp_util: use avdtp_channel_mode_t in sbc configured event, set layer in mpeg audio


# fdd788fe 20-Jan-2021 Matthias Ringwald <[email protected]>

avdtp: move helper to set/get configuration into avdtp_util


# b5bbcbf4 19-Jan-2021 Matthias Ringwald <[email protected]>

fix build


# 6c5b303c 15-Jan-2021 Matthias Ringwald <[email protected]>

avdtp: emit event for reconfigure with reconfigure field set to 1


# ec9b5b0f 21-Dec-2020 Matthias Ringwald <[email protected]>

avdtp: rename media_codec_sbc_info as it's used for all codecs


# e14261c4 21-Dec-2020 Matthias Ringwald <[email protected]>

avdtp: increase config buffer for a2dp


# 5ce3497f 15-Dec-2020 Matthias Ringwald <[email protected]>

avdtp: emit capabilities+configuration for MPEG Audio, MPEG AAC, and ATRAC


# 7bbeb3ad 27-Oct-2020 Milanka Ringwald <[email protected]>

add missing default switch cases


# d5153628 22-Oct-2020 Matthias Ringwald <[email protected]>

a2dp: restore event/subevent id after executing callback


# d80ccd43 16-Oct-2020 Matthias Ringwald <[email protected]>

avdtp: streamline request to send for acceptor/initiator signaling connections

avoid stream endpoint lookup by remote seid


# 82767773 13-Oct-2020 Matthias Ringwald <[email protected]>

a2dp source: fix crash on outgoing connection after previous incoming one

The pointer to the user media codec configuration buffer was stored in stream_endpoint.remote_configuration, which was set t

a2dp source: fix crash on outgoing connection after previous incoming one

The pointer to the user media codec configuration buffer was stored in stream_endpoint.remote_configuration, which was set to zero in avdtp_reset_stream_endpoint. The user buffer is now stored separately and it is updateds when the configuration gets set/updated. The field media_codec_sbc_info is used by a2dp configure and reconfigure.

show more ...


# 1159d239 09-Oct-2020 Matthias Ringwald <[email protected]>

avdtp: remove local_seid from capabilities events


# b3b67de4 01-Oct-2020 Milanka Ringwald <[email protected]>

avdtp_util: update reset stream endpoint


# fa4419db 01-Oct-2020 Milanka Ringwald <[email protected]>

avdtp: rename variable


# 22bed8e1 01-Oct-2020 Milanka Ringwald <[email protected]>

a2dp: remove redundant functions


# c38fa3ef 01-Oct-2020 Milanka Ringwald <[email protected]>

avdtp: rename variable


# 146fc0fb 30-Sep-2020 Milanka Ringwald <[email protected]>

avdtp: extend AVDTP_SUBEVENT_SIGNALING_CONNECTION_ESTABLISHED event with con_handle


12345