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.

CC2652RB: BLE5 examples to transfer 256 bytes of data over BLE

Part Number: CC2652RB
Other Parts Discussed in Thread: SYSCONFIG

Hello All,

I am looking for some examples to explore BLE5 examples. As per the information, BLE5 supports data transfer of maximum 256 bytes over BLE where it overcomes the BLE4 restriction of data of 27 bytes.

Please share some examples or links to explore the above feature.

  • This is controlled by the Maximum size of PDU (Found in SysConfig → BLE → General COnfiguration). This define can range up to 255.

    The formula for supported MTU based on the PDU size is local supported MTU = PDU_SIZE - L2CAP_HDR_SIZE