10859 Commits

Author SHA1 Message Date
Matthias Ringwald
50c51a777f hci: track remote feature Secure Connections (Host) and (Controller) 2020-06-03 14:29:41 +02:00
Matthias Ringwald
2f5c44ba2e hci: extract handle_remote_features_page_x 2020-06-03 12:27:41 +02:00
Matthias Ringwald
67aae55197 hci: hci_remote_ssp_supported requires SSP support in Controller and Host 2020-06-03 12:27:16 +02:00
Matthias Ringwald
5ccef624bd hci: read remote extended features (features page 1) if possible 2020-06-03 12:27:16 +02:00
Matthias Ringwald
3aabc0d9d2 l2cap: trigger connection also read remote extended features complete event 2020-06-03 12:27:16 +02:00
Matthias Ringwald
49bafb5ea1 hci: track remote extended features flag 2020-06-03 12:27:16 +02:00
Matthias Ringwald
76ccfb2aa2 hci: move eSCO remote feature into remote supported feature bit field 2020-06-03 12:27:16 +02:00
Matthias Ringwald
de0df01371 hci: extract hci_handle_remote_features_received 2020-06-03 12:27:16 +02:00
Matthias Ringwald
ba0187464a hci: split request remote supported features into read features page 0, 1, and 2 2020-06-03 12:27:16 +02:00
Matthias Ringwald
ac1d102c1d hci: clarify BONDING_REMOTE_SUPPORTS_SSP as BONDING_REMOTE_SUPPORTS_SSP_CONTROLLER 2020-06-03 12:27:16 +02:00
Matthias Ringwald
545c5248ed changelog update 2020-06-02 17:37:52 +02:00
Matthias Ringwald
7034e973bc doc: add column on BR/EDR Secure Connection support 2020-06-02 17:20:04 +02:00
Matthias Ringwald
4525a7feac esp32: add example main.c to CMakeLists.txt 2020-06-02 15:43:02 +02:00
Matthias Ringwald
c029e2d6c9 posix-h4: remove accidental init scripts for CC256x 2020-06-02 15:20:36 +02:00
Matthias Ringwald
8c3fe4521a cc256x: use https urls for init scripts 2020-06-02 15:18:24 +02:00
Matthias Ringwald
254b78ee86 gap: Detect Secure Connection -> Legacy Connection Downgrade Attack (BIAS) 2020-06-01 23:56:05 +02:00
Matthias Ringwald
0d589c3720 gap: add gap_secure_connections_enable
fix logic to send Write Secure Connections Host Enable command
2020-06-01 23:38:41 +02:00
Matthias Ringwald
7631af51db test/pts: provide CMake build file to debug with IDEs (Xcode, CLion, ...) 2020-06-01 23:22:17 +02:00
Matthias Ringwald
a7996a1da5 audio_duplex: support stereo input 2020-06-01 22:53:36 +02:00
Matthias Ringwald
5d23aae8c9 gap: add gap_secure_connections_enable 2020-05-29 20:06:06 +02:00
Matthias Ringwald
3b65523c39 Revert "hci: write secure connections host enable if command supported"
This reverts commit 47bc3ebbd9c7203e97682307a2d63374390b5ae3.
2020-05-27 18:03:27 +02:00
Matthias Ringwald
47bc3ebbd9 hci: write secure connections host enable if command supported 2020-05-27 18:01:25 +02:00
Matthias Ringwald
b002ae8c9b hci_cmd: add hci_write_secure_connections_host_support 2020-05-27 17:59:00 +02:00
Matthias Ringwald
8d2d8af11c hci: check if Read Remote Extended Features Command is implemented 2020-05-26 16:25:06 +02:00
Matthias Ringwald
d505770669 hci_cmd: add hci_read_remote_extended_features_command 2020-05-26 13:45:17 +02:00
Matthias Ringwald
3cdbe9dbd5 sm: support LE Secure Connections Only mode with sm_set_secure_connections_only_mode 2020-05-26 10:52:52 +02:00
Matthias Ringwald
b2bb8038e8 hid_host_demo: use default PSM for HID Control and Interrupt if missing in SDP Record 2020-05-26 09:53:25 +02:00
Matthias Ringwald
4bf371718e cc256x: allow to specify power vector for each modulation type 2020-05-19 10:02:11 +02:00
Matthias Ringwald
1f51cd71c2 hsp_ag: remove unused code and comments 2020-05-17 23:20:22 +02:00
Matthias Ringwald
ff0aba06b1 hsp_hs: use getters from btstack_event.h 2020-05-17 23:19:20 +02:00
Matthias Ringwald
effbff2cb7 hfp_ag: fix accept incoming connection 2020-05-17 23:18:59 +02:00
Matthias Ringwald
08ecd8bd8c hsp_hs: fix disconnect if audio not connected 2020-05-17 22:50:49 +02:00
Matthias Ringwald
9dc32eb425 FreeRTOS: btstack_run_loop_freertos_trigger_exit allows to request run loop exit 2020-05-15 16:46:29 +02:00
Matthias Ringwald
3f054530e4 btstack_hal_flash_memory: fix write of 0xff bytes to simulated flash, fix #283 2020-05-15 16:06:53 +02:00
Matthias Ringwald
63efc2ed25 cc256x: allow to specify power vector for each modulation type 2020-05-15 14:46:04 +02:00
Matthias Ringwald
0d1523fec6 fix warnings 2020-05-14 14:41:17 +02:00
Matthias Ringwald
67bce26374 hsp_ag: remove code to accept incoming synchronous connection (ag always initiates sco connection) 2020-05-13 15:25:55 +02:00
Matthias Ringwald
98be056765 hsp_ag: remove code to accept incoming synchronous connection (ag always initiates sco connection) 2020-05-13 15:11:19 +02:00
Matthias Ringwald
86a5a72143 a2dp_source: A2DP Source: only connect to remote sink stream endpoints 2020-05-13 10:44:14 +02:00
Matthias Ringwald
d08147df15 sm: fix secure connection pairing as peripheral when local user confirmation happens after remote one
Fix size of sm dhkey, handle DHKeyCheck PDU during SM_SC_W4_USER_RESPONSE
2020-05-12 17:22:26 +02:00
Matthias Ringwald
a6587153e7 daemon: use 'catch all' listener for gatt client notifications 2020-05-10 22:24:44 +02:00
Matthias Ringwald
78315a5857 GAP: gap_set_security_level sets required security level for incoming and outgoing connections 2020-05-08 15:49:50 +02:00
Matthias Ringwald
a0506975eb bap_client: fix PBAP UUID len on connect message 2020-05-08 09:04:21 +02:00
Matthias Ringwald
07f151d6de example/le_mitm: MITM implementation that forwards ATT PDUs and allows for pairing 2020-05-06 17:25:27 +02:00
Matthias Ringwald
76981ac430 changelog: update 2020-05-06 17:18:19 +02:00
Matthias Ringwald
da4c2b27ab l2cap: append new created channel entries at the end of the list to preserve order of first signaling response 2020-05-06 16:30:57 +02:00
Matthias Ringwald
0ad3603fa1 l2cap: send extended features request only once per hci connection 2020-05-06 15:54:44 +02:00
Matthias Ringwald
6ddb7e9c36 l2cap: revert 5fe48d6 due to regression 2020-05-05 19:46:59 +02:00
Matthias Ringwald
593702caae hci: release outgoing packet buffer if hci command is skipped 2020-05-05 16:37:46 +02:00
Matthias Ringwald
3031462581 btstack_util: fix off-by-one error in btstack_replace_bd_addr_placeholder 2020-05-05 11:04:15 +02:00