I use 52832 as a center to recognize a device which have three level UUID,but I only read the second UUID.how can I to read the third UUID
I use 52832 as a center to recognize a device which have three level UUID,but I only read the second UUID.how can I to read the third UUID
Hi,
Are you using the data base discovery module in our SDK? if so which SDK? Have you registered all the UUID's with the module?
Regardless, if you are using vendor specific UUID's you need to register these with the SD, sd_ble_uuid_vs_add.

I use this funtion to add my own UUID,so I found the first and second UUID.but I can't found the third UUID.
How are you initializing the services and characteristics on the peer? Are they all using the nus_base_UUID? if not you need to add more vendor specific UUID's

I only init the main service UUID.but I found the last four byte of all second 128bit UUID is the same."0x43,0x53,0x53,0x49".you mean I need to init all128bit characteristics UUID?and how to add these 128bit UUID.and I have another question,there have 3 level UUID,which is services UUID,which is characteristics UUID?