Variable BLE_MAX_MATTER_PAYLOAD_SIZEConst

BLE_MAX_MATTER_PAYLOAD_SIZE: number = MAX_UDP_MESSAGE_SIZE

The maximum message size that can be transported in a Matter message via BTP. Seems the chip code in BTPEngine limits the size currently to "one pbuf" which should mean one UDP message.