10745 Commits

Author SHA1 Message Date
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
Matthias Ringwald
7c37eaea3a corefoundation: fix return type for btstack_run_loop_corefoundation_remove_timer 2020-05-04 22:13:12 +02:00
Matthias Ringwald
be05aae39c changelog: update 2020-05-04 17:03:28 +02:00
Matthias Ringwald
c169df2f88 hfp_hf, hsp_hs: use eSCO params in accept sco connection only for incoming eSCO connections 2020-05-04 15:06:04 +02:00
Matthias Ringwald
9b64c21da4 cycling_power_service_server: avoid warning if ENABLE_ATT_DELAYED_RESPONSE not defined 2020-04-30 18:19:30 +02:00
Matthias Ringwald
3c9da642e7 btstack_util: provide btstack_replace_bd_addr_placeholder 2020-04-30 17:26:11 +02:00
Matthias Ringwald
638732106a hci: only update shortened and complete local name items in provided EIR data 2020-04-30 15:04:31 +02:00
Matthias Ringwald
7918681544 hci: limit device name by buffer len for write local name and write eir data 2020-04-30 14:32:02 +02:00
Matthias Ringwald
a8c4e5ade0 hci: introduce EXTENDED_INQUIRY_RESPONSE_DATA_LEN 2020-04-30 12:52:26 +02:00
Matthias Ringwald
83a9d906d4 posix-h4-da14585: enable ENABLE_LE_LIMIT_ACL_FRAGMENT_BY_MAX_OCTETS 2020-04-29 21:37:14 +02:00
Matthias Ringwald
0f3b27c545 hci: implement ENABLE_LE_LIMIT_ACL_FRAGMENT_BY_MAX_OCTETS 2020-04-29 21:35:24 +02:00
Matthias Ringwald
af1b7cdc1f att_db: skip att_read_callback for ATT Read Blob Request if offset == value_len 2020-04-29 15:42:37 +02:00
Matthias Ringwald
bd8e4ef6a3 esp32: provide esp-idf/component/btstack/btstack_port_esp32.c and only minimal app_main in template/main/main.c 2020-04-27 16:40:49 +02:00
Milanka Ringwald
fa1ee4d3e8 avdtp, avrcp: increase SDP value buffer 2020-04-27 10:40:43 +02:00
Milanka Ringwald
5575558ed0 pbab, hfp: fix unused warnings 2020-04-27 10:40:43 +02:00