8849 Commits

Author SHA1 Message Date
Matthias Ringwald
8094088102 att_db_util: support ATT_SECURITY_AUTHENTICATED_SC level 2019-03-06 15:14:07 +01:00
Matthias Ringwald
bb96f9f88e bluetooth: add defines for ATT Authenticated+SC permissions 2019-03-06 15:14:07 +01:00
Matthias Ringwald
e72176f809 compile_gatt: add support for WRITE_AUTHENTICATED_SC and READ_AUTHENTICATED_SC flags 2019-03-06 15:14:07 +01:00
Matthias Ringwald
13eb7322ff att_db: track sc flag 2019-03-06 15:10:45 +01:00
Matthias Ringwald
3224a7f690 sm: track sc flag 2019-03-06 15:10:20 +01:00
Matthias Ringwald
f1dfbe18c8 gap: add gap_secure_connection to check if encryption key results from LE Secure Connection Pairing 2019-03-06 15:09:48 +01:00
Matthias Ringwald
3dc3a67de7 le_device_db: add secure connection field 2019-03-06 12:58:53 +01:00
Matthias Ringwald
a9987c8e28 sm: fix identity resolving - regression introduced in adf5eaa9 2019-03-06 12:58:09 +01:00
Milanka Ringwald
a62edf8ad2 a2dp_demo: fix supported features 2019-03-05 14:34:38 +01:00
Milanka Ringwald
63765ce306 avrcp: fix can send now 2019-03-05 12:09:50 +01:00
Milanka Ringwald
492f25412c a2dp_sink_demo: write sbc file without btstack_audio configured 2019-03-04 22:25:57 +01:00
Milanka Ringwald
9045ed0099 a2dp_sink_demo: write wav file without btstack_audio configured 2019-03-04 22:20:28 +01:00
Matthias Ringwald
1ba35d6a8d stm32-f4discovery-cc256x: use irq priority 0 for Bluetooth UART and both DMA Channels 2019-03-04 18:08:38 +01:00
Milanka Ringwald
1bf4f2ab81 a2dp_sink_demo: use start and stop stream 2019-03-04 16:37:54 +01:00
Matthias Ringwald
2760b1e821 stm32-f4discovery-cc256x: warn about using audio sink in mono, define ENABLE_SCO_STEREO_PLAYBACK to use stereo playback in HSP/HFP demos 2019-03-04 15:58:06 +01:00
Matthias Ringwald
3abb6826ec portaudio: use correct sink/source in init 2019-03-04 15:24:48 +01:00
Matthias Ringwald
8ade2a8bf5 example/audio_duplex: fix compile warning 2019-03-04 14:49:54 +01:00
Matthias Ringwald
df991ce921 portaudio: use correct sink/source in start stream 2019-03-04 14:44:43 +01:00
Matthias Ringwald
abf7f0ba32 example/sco_demo_util: remove debug message about bytes in microphone buffer 2019-03-04 12:08:03 +01:00
Matthias Ringwald
82af58d38d stm32-f4discovery-cc256x: use criticial section to avoid lossing TX Commplete Interrup 2019-03-04 11:55:38 +01:00
Matthias Ringwald
d4bf5cc155 stm32-f4discovery-cc256x: adapt PDM ringbuffer to sample rate to keep constant audio recording callback interval and latency 2019-03-03 21:38:03 +01:00
Matthias Ringwald
04cbc450ea example/audio_duplex: add option to test start/stop audio driver 2019-03-03 21:07:13 +01:00
Matthias Ringwald
cbf638a901 hci: remove sco debug output 2019-03-03 19:24:47 +01:00
Matthias Ringwald
f97bf0e459 stm32-f4discovery-cc256x: add missing includes and 3rd-party libraries 2019-03-03 19:16:04 +01:00
Matthias Ringwald
e5988b8b56 stm32-f4discovery-cc256x: use PDM microphone 2019-03-03 17:00:20 +01:00
Matthias Ringwald
bb92a97f89 stm32-f4discovery-cc256x: enable PDM filter and output mono signal 2019-03-03 16:28:51 +01:00
Matthias Ringwald
524ed2b259 stm32-f4discovery-cc256x: switch to float-abi=softfp and link to PDM filter 2019-03-03 16:26:06 +01:00
Matthias Ringwald
4e871e86c3 stm32-f4discovery-cc256x: add PDM filter from STM32Cube_FW_F4_V1.16.0 2019-03-03 16:23:41 +01:00
Matthias Ringwald
46a20e6bfa stm32-f4discovery-cc256x: single PCM recording buffer 2019-03-02 10:25:28 +01:00
Matthias Ringwald
e8a3f5a989 example/audio_duplex: init sink first - needed for current f4 discovery audio hal 2019-03-01 22:23:48 +01:00
Matthias Ringwald
06fc0f4b5a stm32-f4discovery-cc256x: configure I2S Clock only during Sink init 2019-03-01 22:23:09 +01:00
Matthias Ringwald
dfec1b51c3 example/sco_demo_util: fix compile for non posix systems 2019-03-01 19:47:27 +01:00
Matthias Ringwald
859f2bc59e example/sco_demo_util: fix compile for non posix systems 2019-03-01 19:44:16 +01:00
Matthias Ringwald
1befbc1ef6 example/sco_demo_util: remove checks for HAVE_PORTAUDIO, fix audio playback for non-posix systems 2019-03-01 17:21:47 +01:00
Matthias Ringwald
b93f385697 stm32-f4discovery-cc256x: add disabled hard fault analysis helper code 2019-03-01 16:19:33 +01:00
Matthias Ringwald
bcd517299d portaudio: handle different number of channels for sink/source 2019-02-27 12:48:24 +01:00
Matthias Ringwald
6a4fc70825 example/panu_demo: setup SDP and register PANU SDP Record 2019-02-27 10:42:20 +01:00
Matthias Ringwald
1faf5e5562 portaudio: fix second init 2019-02-26 18:46:32 +01:00
Matthias Ringwald
f55ac442b0 example/sco_demo_util: ENABLE_SCO_STEREO_PLAYBACK uses stereo audio sink 2019-02-26 18:35:47 +01:00
Matthias Ringwald
0bb91267e2 stm32-f4discovery-cc256x: audio sample microphone, but simulate sine wave 2019-02-26 15:26:01 +01:00
Matthias Ringwald
f0acaf2eec stm32-f4discovery-cc256x: configure audio source 2019-02-26 13:43:31 +01:00
Matthias Ringwald
01b78a8f8c stm32-f4discovery-cc256x: cnofigure dma for microphone input 2019-02-26 13:42:49 +01:00
Matthias Ringwald
7cff3af764 stm32-f4discovery-cc256x: add audio_duplex example 2019-02-26 13:30:40 +01:00
Matthias Ringwald
58beb2facd stm32-f4discovery-cc256x: use DAM1_Stream4/Channel 7 for Bluetooth UART TX 2019-02-26 10:18:36 +01:00
Matthias Ringwald
106b8d823a esp32: add stop_stream function 2019-02-25 15:07:51 +01:00
Matthias Ringwald
1d701b7e79 avrcp: fix compile warning 2019-02-25 14:11:54 +01:00
Matthias Ringwald
6d78145c51 hfp_ag: only request release audio connection if connection established 2019-02-24 18:41:20 +01:00
Matthias Ringwald
24cc6ccc6d portaudio: cleanup debug output, don't try closing twice 2019-02-24 18:37:06 +01:00
Matthias Ringwald
6fd4ca9efb btstack_audio_embedded: implement stop_stream function 2019-02-24 15:31:39 +01:00
Matthias Ringwald
3809e0ab14 stm32-f4discovery-cc256x: provided hal_audio_sink_stop 2019-02-24 15:31:10 +01:00