2022-10-30 05:43 AM
Just trying to figure out the max size I can pass to the write function.
According to AN5289 :
Write long distant value
aci_gatt_write_long_char_value(conn_handle, RxCharHandle,offset, chunk_size, (&payload)+offset)
Max data write length is 243 bytes.
Is it correct or can I pass larger values?
2022-11-07 09:07 AM