My application uses the following:
-
Proximity Profile (including Link Loss Service, Immediate Alert Service, Tx Power Service)
-
Battery Service
-
My own custom service with a 128-bit UUID (including 4 characteristics)
The application has worked so far.
Now I try to add DFU service support to my application.
But when calling ble_dfu_init() I get error 4.
Error 4 = NRF_ERROR_NO_MEM (No more free slots for VS UUID)
What can I do to solve this?