-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
SimpleLink Lowpower SDK F3 BLE5 Stack
-
BLE_LOKI-694
-
-
-
CC23XX
-
Performing GATT_WriteLongCharValue with data of size 300 bytes, results in writing only 44 bytes.
Test was executed on CC2340R5.
Test Sequence
- Flash 2 CC2340R5 devices: one with Host Test, second with Data Stream app, configured with:
Public Address,
ble.maxPDUSize = 255,
DSS_MAX_DATA_IN_LEN = 1024 (defined in data_stream_server.h) - Create connection between 2 sides
- Exchange MTU with 251 bytes
- Perform GATT_WriteLongCharValue with the Host Test
Sniffer log shows that only 44 bytes were actually written:
![]()
RTOS: FREERTOS
Compiler: both IAR and TICLANG
Reproducibility: 100%