Merge branch 'nimble/fix_host_flow_ctrl_v4.2' into 'release/v4.2'

NimBLE: Fix host flow control in NimBLE porting layer and host (release/v4.2)

See merge request espressif/esp-idf!13571
This commit is contained in:
Island
2021-05-19 08:52:23 +00:00
3 changed files with 5 additions and 3 deletions

View File

@@ -361,11 +361,11 @@ app_main(void)
ble_hs_cfg.sm_sc = 1;
#else
ble_hs_cfg.sm_sc = 0;
#endif
#ifdef CONFIG_EXAMPLE_BONDING
ble_hs_cfg.sm_our_key_dist = 1;
ble_hs_cfg.sm_their_key_dist = 1;
#endif
#endif
rc = gatt_svr_init();