Skip to main content
Senior
January 29, 2025
Solved

Number of bytes to be Read

  • January 29, 2025
  • 1 reply
  • 425 views

As per .ioc  the maximum value length for BLE data transfer can be 512 bytes. 

but  aci_gatt_update_char_value has char_Value_Length and Char_value pointer set for  uint8_t . so it means we can update only max 255 bytes .

aci_gatt_update_char_value( uint16_t Service_Handle, uint16_t Char_Handle,uint8_t Val_Offset, uint8_t Char_Value_Length, const uint8_t* Char_Value )

pls suggest

Nico3_0-1738131355223.png

 

1 reply

Nico3AuthorBest answer
Senior
January 29, 2025