This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R-Q1: Maximum value of MAX_PDU_SIZE

Part Number: CC2642R-Q1
Other Parts Discussed in Thread: SYSCONFIG

hello

We implement BLE Service using SIMPLE LINK-CC13X2-26X2-SDK_6.30.01.03 and CC2642R-Q1.

We believe that since the maximum MAX_PDU_SIZE+MIC is 255Bytes, the maximum MAX_PDU_SIZE should be 251Bytes.
However, the ti_ble_config.h generated by sysconfig has the following statement

// Maximum size in bytes of the BLE HCI PDU. Valid range: 27 to 255
// The maximum ATT_MTU is MAX_PDU_SIZE - 4.


I believe this is incorrect and the maximum value for MAX_PDU_SIZE is 251.

Is there any misunderstanding?