Hello:
I noticed that simple_peripheral UUID: FFF1 format is 1 byte integer,
Can I change to format is 2 Byte Integer?
I want to send uint16 data from android smartphone to simple_peripheral UUID: FFF1 (uint16 = 2Byte)
I changed some value uint8_t to uint16_t (simple_peripheral: FFF1 Channel), but it also failed to display correctly.
Any suggestions for me?
Thanks.