This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ble

hi,

i have a small question regarding ble sevice uuids.uuids available for ble are (0x1800-0x26FF). bluetooth sig assigned some uuids to some services.example 0x1802-immediate alert.

if i want to add a new service to the ble device, what is the way to get new service uuid and how central device will identify this uuid.

please explain me.

thank you very much.

  • Hi,

    If you want to create a proprietary profile/service, you will need to create a 128 bit unique UUID. There's example code how to implement your own service here or you can have a look at the sensor tag source code that is included with the BLE SDK.

    Best Regards

    Joakim