Hi Dialog Team,
a question to GATT server: how can I create an own proprietary profile, own UUIDs, with own services? In the moment, I manage it by taking the SPS profile and change the UUIDs. But what can I do, when I need an own additional profile to the SPS profile?
Where are the other UUIDS in the program code, like battery service?
提前谢谢!
Device:
Hi cosianer,
You can create your own profile, services and characteristics either on SDK 3 by following the custom profile tutorial AN-B-029 or you can use the ble_app_peripheral/profile example if you are using the SDK5.
Thanks MT_dialog
Hi MT_dialog,
thanks for your help. AN-B-029 is a very helpful dokument. It says all I want to know. My implementation is funtioning. You can put my question to done. Have a nice time ...