esp-idf/components/protocomm/include/transports
Laukik Hase 7759079362
protocomm: Fix Kconfig dependency on wifi_provisioning component config
- `protocomm` depends on a config option `CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION`
  from `wifi_provisioning`; however, a lower layer component (`protocomm`) should
  not have any `#ifdef` guard dependent on an upper layer component (`wifi_provisioning`).
- Added a new `ble_link_encryption` flag in `protocomm_ble_config_t` to manage the same

Closes https://github.com/espressif/esp-idf/issues/9443
2023-01-20 11:01:01 +05:30
..
protocomm_ble.h protocomm: Fix Kconfig dependency on wifi_provisioning component config 2023-01-20 11:01:01 +05:30
protocomm_console.h protocomm : typos fixed and descriptions corrected 2019-02-15 10:45:34 +00:00
protocomm_httpd.h protocomm : typos fixed and descriptions corrected 2019-02-15 10:45:34 +00:00