This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About NRF_ERROR_RESOURCES

Central and Peripheral are connected by BLE.

The following error may be displayed when sending BLE message multiple times to the peripheral at the same time.

>> NRF_ERROR_RESOURCES

Where can I set the value for this resource?
For example, if this resource is set to 10, does NRF_ERROR_RESOURCES not occur even if BLE transmission is performed 10 times in succession, and will it occur at the 11th time?

Related