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

How to resolve Error 128 (0x08):GATT NO RESOURCES?

I am sending or trying to write character to ble_app_template but its giving error and its not receiving character.

this what i am trying to send-

if(strcmp((const char *)bleRecData,(const char *)"UV")==1)
{
nrf_gpio_pin_toggle(LED1_PIN);
nrf_delay_ms(2000);
}

Please suggest how to resolve.

Related