I'm sending int16_t thanks to a custom BLE Service.
I receive well the data on the nRF Connect app (Android), but the data are displayed in hexa, for example for 256 I got (0x) 00-01:
Is it possible to change this to automatically display integer ?
I tried to add a GATT Characteristic Presentation Format to my structure when I create the Characteristic but this only appears at the end without changing the display of the value :
I have looked on the ble_gatts.h file for something that can help me without success.
Thanks