test/avdtp: partial fix for cmake build
test: use pkg-config to find cpputest in CMake builds
cmake: use pkg config for libusb compile/link flags
test: prepare separate builds for unit test with address sanitizer vs. coverage
btstack_sbc: introduce btstack_sbc_channel_mode_t and btstack_sbc_allocation_method_t
test/avdtp: add CMake project file
coverage: line and function coverage for core
test: fix compile
sbc: split btstack_sbc_bludroid.c into seperate encoder and decoder implementation
update gitignore files
test/avdtp: remove avdtp_sink_demo as it is in examples now
example/avdtp_sink: move avdtp_sink_demo to examples
avdtp: handle streaming pause by playing silence, log sbc frame count
avdtp: support audio playback via hal_audio_dma.h, minimal drift compensation based on number of queued sbc frames
plot sbc buffer, expects file sbc-buffer.csv
example: new avdtp_source_demo example that plays 441 hz sine or small mod file
test/avdtp: avdtp source only request to send once
test/avdtp: fix include paths
btstack_stdin: provide console input in callback
btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations
fix warnings in bluedroid and avdtp
examples: use gap_pin_code_response in examples and tests
updatet commentar
avdtp: mote sink test to pts
Merge branch 'avdtp-source2' into develop
1234567