Hi all,
At Peripheral end, I will get an callback "BLE_GATTS_EVT_WRITE" whenever I do a write on charcteristic write value from Mobile App.
Can you please point me to the callback need to be registered for the read of charcteristic write value from Mobile App?
As per my application i have defined by attributes as below to write charcteristic write value from Mobile App.
attr_char_value.init_len = 1;
attr_char_value.init_offs = 0;
attr_char_value.max_len = 1;
So custom characteristic value length is 1 and datatype is uint8 (default)
How can I change my datatype of Custom characteristic Value?
Thanks in Advance!!
Regards,
Deepa