Hi
How can i set own name for a BLE Service and BLE characteristic using ESP32 lib (nkolban), example: "This's my service", "This's my char" ?
Docs found just say about default BLE Service/Characteristic names provided from bluetooth.com, if i create a service/characteristic with my own UUID, the name shown is "Unknown Service/Characteristic"
Thanks
Set own names for BLE Service and BLE Characteristic
Re: Set own names for BLE Service and BLE Characteristic
Hi,
It will always display unknown service/characteristic no matter what you do with esp32 code, because it's client app logic (nRF connect or similar you're using) to know and display names.
What you can do is to use 0x2901 descriptor(Characteristic Presentation Format)
https://www.bluetooth.com/specification ... scriptors/
It will always display unknown service/characteristic no matter what you do with esp32 code, because it's client app logic (nRF connect or similar you're using) to know and display names.
What you can do is to use 0x2901 descriptor(Characteristic Presentation Format)
https://www.bluetooth.com/specification ... scriptors/
Who is online
Users browsing this forum: No registered users and 116 guests