fix(nimble): Add support for minimilistic builds

This commit is contained in:
Rahul Tank
2025-04-17 14:19:49 +05:30
parent 7e99457c8f
commit 03dfb8e411
39 changed files with 2811 additions and 157 deletions

View File

@@ -491,9 +491,11 @@ app_main(void)
rc = peer_init(MYNEWT_VAL(BLE_MAX_CONNECTIONS), 64, 64, 64);
assert(rc == 0);
#if CONFIG_BT_NIMBLE_GAP_SERVICE
/* Set the default device name. */
rc = ble_svc_gap_device_name_set("nimble-ble-spp-client");
assert(rc == 0);
#endif
/* XXX Need to have template for store */
ble_store_config_init();