Page 1 of 1

Change Propertie of Device Name from READ to READ / WRITE

Posted: Tue Jul 26, 2022 3:43 pm
by amem00
Hi All,
I'm using the ESP32, for a BLE application and I need to change the properties of an existing characteristic "Device Name" from READ to READ / WRITE.
I also need to change type of the Value displayed from HEX to UTF-8.
I didn't find the right way to do this.
Can anyone help ?

Thanks

Re: Change Propertie of Device Name from READ to READ / WRITE

Posted: Fri Jul 29, 2022 8:27 am
by ESP_Sun
Hi,

Maybe you can refer to this document: How to Customize Bluetooth® LE Services (https://docs.espressif.com/projects/esp ... e-services).
I hope it will help you.