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?