NimBLE: Fix host flow control in NimBLE porting layer.

- Register `ble_hs_flow_acl_free` callback in NimBLE porting layer.
This commit is contained in:
Prasad Alatkar
2020-12-14 19:59:13 +05:30
parent 97a0523b34
commit 842a55cda3
2 changed files with 4 additions and 2 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();