12174 Commits

Author SHA1 Message Date
Matthias Ringwald
f496d06e14 hci: keep le connecting request on create connection cancel complete,
fixes logic for gap_auto_connection_stop + gap_auto_connection_start() sequence
2021-01-22 19:09:57 +01:00
Matthias Ringwald
c128876187 test/pts: support aac in avdtp_sink_test using fdk-aac 2021-01-22 12:44:39 +01:00
Matthias Ringwald
35015a8866 test/pts: link against portaudio, rework avdtp_sink_test 2021-01-22 12:02:48 +01:00
Matthias Ringwald
2b6ecffc7f cmake: use pkg config for libusb compile/link flags 2021-01-21 18:57:04 +01:00
Matthias Ringwald
cf789a7843 avdtp/a2dp: fix bitrate type in aac configuration events 2021-01-21 16:48:43 +01:00
Matthias Ringwald
e43d1938b9 hfp: added event to sniff strings sent over rfcomm 2021-01-21 11:30:29 +01:00
Matthias Ringwald
26fbdc19f5 avdtp_initiator: avoid access to variable set by higher layer 2021-01-21 10:51:47 +01:00
Matthias Ringwald
25459311ce a2dp_source_demo: expect avdtp_channel_mode_t in A2DP_SUBEVENT_SIGNALING_MEDIA_CODEC_SBC_CONFIGURATION 2021-01-20 19:22:51 +01:00
Matthias Ringwald
fd027dabec avrcp_browsing_target: fix warning 2021-01-20 19:16:59 +01:00
Matthias Ringwald
dc92cb51c0 test/pts: allow to select remote stream endpoint in avdtp_source_test 2021-01-20 19:11:54 +01:00
Matthias Ringwald
a3868652b0 avdtp_util: use avdtp_channel_mode_t in sbc configured event, set layer in mpeg audio 2021-01-20 18:42:44 +01:00
Matthias Ringwald
fdd788fee8 avdtp: move helper to set/get configuration into avdtp_util 2021-01-20 17:26:07 +01:00
Matthias Ringwald
ea66f9a565 test/pts: fix hsp_hs_test includes 2021-01-20 12:25:11 +01:00
Matthias Ringwald
b5bbcbf411 fix build 2021-01-19 10:51:31 +01:00
Matthias Ringwald
2a95308bb2 btstack_memory: avoid pointer arithmetic for buffer tracking with HAVE_MALLOC 2021-01-19 10:46:28 +01:00
Matthias Ringwald
0396d6ccc8 sdp: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
1ac69172e4 rfcomm: support de-inint 2021-01-18 21:54:36 +01:00
Matthias Ringwald
1d0ae3ba66 pbap_client: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
637244f187 hsp: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
2cc1b993b3 hid_device: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
20b2edb6e6 hfp: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
d76b111942 goep_client: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
51e0db05f3 bnep: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
680af5dc42 avrcp: support de-init
# Conflicts:
#	src/classic/avrcp_target.h
2021-01-18 21:54:36 +01:00
Matthias Ringwald
57fb24ff23 avdtp: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
7569dc6180 a2dp: support de-init 2021-01-18 21:54:36 +01:00
Matthias Ringwald
a0549bf12c l2cap: support de-init 2021-01-18 21:34:56 +01:00
Matthias Ringwald
4688f21608 hci: support de-init 2021-01-18 21:34:51 +01:00
Matthias Ringwald
3a2e210743 btstack_run_loop: support de-init 2021-01-18 21:34:45 +01:00
Matthias Ringwald
172c13e70a btstack_crypto: support de-init 2021-01-18 21:34:37 +01:00
Matthias Ringwald
b626974228 btstack_memory: track mallocs if HAVE_MALLOC (de-init) 2021-01-18 21:34:25 +01:00
Matthias Ringwald
8df3391879 test/pts: fix build avdtp_source_test and avrcp_test 2021-01-18 16:33:06 +01:00
Matthias Ringwald
b6f261d172 a2dp_sink: reset endpoint on stream close 2021-01-18 09:33:47 +01:00
Matthias Ringwald
fe9491e7ea avrcp_target: add header docu 2021-01-15 15:53:18 +01:00
Matthias Ringwald
6f98ada7f0 a2dp_sink_demo: start audio playback when buffer has minimum level of sbc frames 2021-01-15 15:26:49 +01:00
Matthias Ringwald
6c5b303c0f avdtp: emit event for reconfigure with reconfigure field set to 1 2021-01-15 15:15:51 +01:00
Matthias Ringwald
1d79cae3b7 a2dp: fix events and use a2dp_cid, local_seid, remote_seid in A2DP subevents 2021-01-15 14:25:03 +01:00
Matthias Ringwald
4f75656a02 ports: STM32-F103RB Nucleo + CC256x port removed 2021-01-14 23:51:10 +01:00
Matthias Ringwald
63aba030ad changelog: a2dp changes 2021-01-14 15:59:37 +01:00
Bjoern Hartmann
8869c7875d a2dp_source: add send media payload with rtp function 2021-01-14 15:51:50 +01:00
Matthias Ringwald
00925309b4 a2dp_source_demo: use avdtp_source_stream_send_media_payload_rtp 2021-01-14 15:51:24 +01:00
Matthias Ringwald
3790661c7f a2dp_source: add avdtp_source_stream_send_media_payload_rtp, deprecate avdtp_source_stream_send_media_payload 2021-01-14 15:51:24 +01:00
Bjoern Hartmann
636a58caf1 a2dp_source: fix: store missing media codec type 2021-01-14 15:51:24 +01:00
Matthias Ringwald
02b36f374a a2dp_source: fix spelling 2021-01-14 15:51:24 +01:00
Matthias Ringwald
4c5b56ffe3 a2dp_source: remove unused param 2021-01-14 15:51:24 +01:00
Matthias Ringwald
cc85b8eac3 a2dp_source: support multiple local stream endpoints 2021-01-14 15:51:24 +01:00
Matthias Ringwald
f0b590dc99 avdtp: move a2dp source context into a2dp_source 2021-01-14 15:51:24 +01:00
Matthias Ringwald
f24f754366 avdtp: lookup source stream endpoint by media codec type 2021-01-14 15:51:24 +01:00
Matthias Ringwald
80555d912a a2dp_source: support new codecs in a2dp_source_reconfigure_stream_sampling_frequency 2021-01-14 15:51:24 +01:00
Matthias Ringwald
33553e7e91 a2dp_source: move reconfigure sampling frequency to end of file 2021-01-14 15:51:24 +01:00