OVMS3-idf/components/bt/bluedroid
wangmengyang 1bbd67f7d7 component/bt: disable Secure Connections(Host Supported) of classic Bluetooth to workaround AES encryption issue in controller
1. ESP32 is found to suffer from AES encryption start/resume failure with specific device. Therefore temporarily disable BR/EDR Secure Connections for a workaround
2. BR/EDR Secure Connections is a feature for BT Classic introduced in Bluetooth 4.1. This change disables the setting of Secure Connections(Host Supported), and will result in the use of legacy authentication instead of secure authentication, and E0 encryption(legacy) instead of AES-CCM encryption. BLE security procedures are not affected.
2017-12-28 14:51:19 +08:00
..
api component/bt: Fix bug of adding device to white list has no callback when while list is full 2017-12-25 17:45:12 +08:00
bta Merge branch 'feature/btdm_classic_discovery' into 'master' 2017-12-20 13:30:31 +08:00
btc Merge branch 'bugfix/btdm_error_when_white_list_is_full' into 'master' 2017-12-27 18:03:38 +08:00
btcore component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) 2017-04-12 16:42:14 +08:00
btif component/bt: Change the 0x04 to Macro BTA_LE_AUTH_REQ_MITM. 2017-09-30 04:05:21 -04:00
device Component/bt: send data length request by host after read feature complete 2017-12-12 18:28:59 +08:00
external/sbc component/bt: add conditional compilation direvatives to control the source code building of SBC codec 2017-03-17 15:57:30 +08:00
hci Component/bt: send data length request by host after read feature complete 2017-12-12 18:28:59 +08:00
include component/bt: disable Secure Connections(Host Supported) of classic Bluetooth to workaround AES encryption issue in controller 2017-12-28 14:51:19 +08:00
main component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
osi Component/bt: fix memory leak in SMP 2017-12-20 10:30:31 +08:00
stack Merge branch 'bugfix/btdm_error_when_white_list_is_full' into 'master' 2017-12-27 18:03:38 +08:00
utils component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) 2017-04-12 16:42:14 +08:00