i set the service uuid as 0x0 and after i debug the program, i can't find my device. i don't know how to solve the problem. maybe i should not use 0x0? thanks for you help.
I did a quick test with ble_app_uart. It works fine.
Here is my project, unzip it to examples\ble_peripheral
I used SDK 9.0.0 with SoftDevice 110 8.0.0.
i have found the problem. someone gave me a wrong base uuid, so i can't use 0. i have to generate a base uuid myself. thanks for your help.