Hello,
I modified ble_nus_c to manage multiple connections.
The first time (first client) i call sd_ble_uuid_vs_add in init, it returns OK. The second time ERR_NO_MEM (it's the same base uuid). Why ?
It's just a for loop that call n time init and variables have been "arraytized" to manage several connections.
I don't really understand the use of sd_ble_uuid_vs_add, documentation is not clear for me.