History log of /btstack/src/classic/hfp_msbc.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# aeb0f0fe 21-Jul-2021 Matthias Ringwald <[email protected]>

hfp: prefix globals, update deinit function


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

hfp: support de-init


# 79b02f79 19-Nov-2020 Milanka Ringwald <[email protected]>

btstack_sbc: introduce btstack_sbc_channel_mode_t and btstack_sbc_allocation_method_t


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 505f1c30 19-Nov-2019 Matthias Ringwald <[email protected]>

ISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 91a08b11 19-Jul-2017 Matthias Ringwald <[email protected]>

fix compile: missing <stdint.h>, new channel mode param for sbc encoder


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 747ec646 06-Mar-2017 Milanka Ringwald <[email protected]>

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation so

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation source open stream

avrcp: add streaming connection opened/released events

avdtp source: introduce timer for storing audio data at const fr., encode into sbc, and prepare for sending

wav_util: fix return of wav_reader_read_int16

sbc: rename sbc to msbc test

sbc: improve usage output

sbc: fix makefile

sbc: remove hardcoded bitrate

avdtp: add encode/decode sine example without using ring buffer

avdtp: move ring buffer to stream endpoint

avdtp: add encode/decode test with ring buffer

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: revert sample counting

avdtp: source sending correct audio first time

avdtp: shorter timer for audio generation gets correct stream

avdtp: set state to AVDTP_STREAM_ENDPOINT_STREAMING_W2_SEND when more data is ready

avdtp: introduce transport category as mandatory

avdtp: introduce transport category as mandatory

show more ...


# 0c87db9e 27-Jul-2016 Milanka Ringwald <[email protected]>

sbc decoder: merge decoder + encoder


# 469fc11a 23-Jul-2016 Matthias Ringwald <[email protected]>

msbc: set synchronization header h2


# 5b4ff0f7 23-Jul-2016 Milanka Ringwald <[email protected]>

sbc: extract hfp_msbc