I gor NRF_ERROR_FORBIDDEN return value when I called "sd_ble_gatts_characteristic_add" to add a new charateristic.

NRF_ERROR_FORBIDDEN  Forbidden value supplied, certain UUIDs are reserved for the stack.

I was developing a new sw in demo board. I have added some new services  and charateristics inmy project, and I tested it ,it was ok. I can find these services and charateristics . 

however when i was adding a new charateristic with a UUID 0x0030 ,I gor NRF_ERROR_FORBIDDEN return value when I called "sd_ble_gatts_characteristic_add" to add a new charateristic. (code is shown on  below pictures )

my questions : which UUIDS are reserved for the stack( S130  SwDevice ). where can i get a table of reserved UUID. so taht I can know which UUIDs i can use .

Related