esp-idf/components/wifi_provisioning
Rahul Tank 6040bba236 Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write
By default, disabled the BLE Encrpyption requirement for provisioning characteristic.
With this flag enabled, when remote attempts to read and if the ACL link is not encrypted,
ESP device will return Insufficient Authentication. It is remote device responsibility to go
for link encryption which may result in pairing.

Some devices do not proceed for any pairing and just show failure pop-up. Also, user needs
to remove bonding on remote phone manually and then try again. This is causing bad user experience.

End user can enable it as per their use case.
2022-11-25 14:21:13 +05:30
..
include/wifi_provisioning wifi_provisioning: Add API to reset state if provisioning fails 2021-07-27 15:09:51 +05:30
proto Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
proto-c wifi_provisioning : Added Wi-Fi Scan list feature to Provisioning Manager 2019-06-26 05:24:20 +00:00
python style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
src feat(wifi_provisioning): Optimize memory for wifi scan ap number 2022-05-16 14:14:23 +08:00
CMakeLists.txt wifi_provisioning: enable component build for ESP32-C3 2021-01-14 10:47:35 +05:30
Kconfig Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write 2022-11-25 14:21:13 +05:30
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00