Hi, We are implemented NimBLE stack protocol for mobile communication.
While diagnostic checking faced issue with GAP and GATT initialization functions. ble_svc_gap_init() and ble_svc_gatt_init() api functions doesn’t return the error state, internally assert function is being called on failure. How to check the status of BLE stack for any system errors? Best regards, Harish Kalla