8914 Commits

Author SHA1 Message Date
Matthias Ringwald
163d9175bb test/hfp: handle plc of sco frames with 120 samples 2019-03-08 17:20:42 +01:00
Matthias Ringwald
0d719a1e32 test/sbc+hfp: support original PacketLogger .pklg files with little endian len 2019-03-08 17:08:32 +01:00
Matthias Ringwald
2903bcc699 esp32: erase nvs flash is newer nvs version found 2019-03-07 16:23:31 +01:00
Matthias Ringwald
e7f5fcbd3c att_db_util: fix flags for client characteristic configuration 2019-03-07 16:15:11 +01:00
Matthias Ringwald
536d74bc8d esp32: update sdkconfig 2019-03-07 15:42:34 +01:00
Matthias Ringwald
d966a45385 hci: assert hci_get_sco_packet_length is smaller or equal to sco packet size 2019-03-07 14:25:48 +01:00
Matthias Ringwald
5029941384 hci: use active voice settings for CSR SCI-over-HCI fix 2019-03-07 11:58:00 +01:00
Matthias Ringwald
3da098771c hid_device: lookup hid_device via l2cap cid on L2CAP_EVENT_CHANNEL_OPENED 2019-03-07 11:43:55 +01:00
Matthias Ringwald
4176cbc02e hid_device: split hid_device_get_instance_for_cid into hid_device_get_instance_for_hid_cid and hid_device_get_instance_for_l2cap_cid 2019-03-07 11:27:36 +01:00
Matthias Ringwald
72e3f392d3 hci_device: use HCI_CON_HANDLE_INVALID 2019-03-07 11:24:05 +01:00
Matthias Ringwald
28cb1f14b8 sm: use provided authentication requirements in slave security request 2019-03-06 16:14:27 +01:00
Matthias Ringwald
8410e1c2a6 le_device_db_memory: fix compile 2019-03-06 16:06:03 +01:00
Matthias Ringwald
00e06a1311 changelog: att support ATT_SECURITY_AUTHENTICATED_SC level 2019-03-06 15:49:29 +01:00
Matthias Ringwald
2ea28401b3 att_db: validate if connection encrypted is based on SC if requested 2019-03-06 15:42:14 +01:00
Matthias Ringwald
96304e9342 att_db: get 'sc is needed' from attribute flags 2019-03-06 15:14:07 +01:00
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