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

ble_nus_send_string BLE_ERROR_NO_TX_BUFFERS error

when I call ble_nus_send_string,I got the error, error code is 0x00003003, Then I find error define like below

#define BLE_ERROR_NO_TX_BUFFERS          (NRF_ERROR_STK_BASE_NUM+0x003) /**<
Buffer capacity exceeded. */

so How I handle this error, Thank you!

Related