Skip to main content
Associate II
February 5, 2025
Question

245 bytes can be sent using BLE, but 512 bytes must be extended into a single packet.

  • February 5, 2025
  • 2 replies
  • 907 views

I had created a custom Nordic UART service. Ble 

sending :

static tBleStatus Generic_STM_App_Update_Char_Ext(uint16_t ConnectionHandle, uint16_t ServiceHandle, uint16_t CharHandle, uint16_t CharValueLen, uint8_t *pPayload)

{

tBleStatus ret = BLE_STATUS_INVALID_PARAMS;

 

ret = aci_gatt_update_char_value_ext(ConnectionHandle,

 

 

 

 

2 replies

Sonu_1231Author
Associate II
February 5, 2025

Sonu_1231_0-1738748732624.png

 

STTwo-32
Technical Moderator
March 7, 2025

Hello @Sonu_1231 

Could you please clarify more about what is your question exactly?

Best Regards.

STTwo-32