OVMS3-idf/components/bt
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
..
bluedroid 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
include component/bt : fix btdm mem release cause 0x3ffbbb28-0x3ffbdb28 add to region but should not. 2017-12-13 11:38:39 +08:00
lib@cfff26955e Component/bt: send data length request by host after read feature complete 2017-12-12 18:28:59 +08:00
bt.c component/bt : fix btdm mem release cause 0x3ffbbb28-0x3ffbdb28 add to region but should not. 2017-12-13 11:38:39 +08:00
component.mk Merge branch 'master' into feature/btdm_avrc 2017-03-31 12:51:45 +08:00
Kconfig component/bt : fix bug of sw interrupt cause to run btdm to different cpu core. 2017-10-24 16:13:58 +08:00