esp-idf/components/wifi_provisioning
Rahul Tank 97f4130ad2 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 11:26:10 +05:30
..
include/wifi_provisioning Merge branch 'fix/fix_protocomm_security2_backward_compatibility' into 'master' 2022-10-02 23:08:01 +08:00
proto wifi_provisioning: added wifi-ctrl reprov endpoint 2022-11-01 14:19:01 +05:30
proto-c wifi_provisioning: added wifi-ctrl reprov endpoint 2022-11-01 14:19:01 +05:30
python wifi_provisioning: added wifi-ctrl reprov endpoint 2022-11-01 14:19:01 +05:30
src wifi_provisioning: added wifi-ctrl reprov endpoint 2022-11-01 14:19:01 +05:30
CMakeLists.txt wifi_provisioning: added wifi-ctrl reset endpoint 2022-11-01 14:19:01 +05:30
Kconfig Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write 2022-11-25 11:26:10 +05:30