Hi,
No matter what datatype you select in the GATT DB, when you perform BLE Write or Send notifications, it has to be converted into uint8 data type.
Regards,
- Madhu Sudhan
I would like to add that I would prefer to send an array of uint32[3] to an iPhone. So any ideas along that line would be great. Thanks again.
Hi,
No matter what datatype you select in the GATT DB, when you perform BLE Write or Send notifications, it has to be converted into uint8 data type.
Regards,
- Madhu Sudhan
Thanks!
You would put the device into the characteristic as a uint8[12] (4 bytes for each 32 bit data)
It should work similar/the same as other characteristics.
Thank you!