Other Parts Discussed in Thread: SYSCONFIG
SDK: 7_10_00_35
Lets example that I have two requirements, which is:
1. Config MTU size as 250 bytes
2. Config MPS size as 240 bytes
and I have referred two topics here that mention:
1. MPS = MAXIMUM_PDU_SIZE CCS/CC2652R: How to change MPS (max payload size) in L2CAP Connection Oriented Channels - Bluetooth forum - Bluetooth®︎ - TI E2E support forums
2. MTU = MAXIMUM_PDU_SIZE - 4 CC2652R7: Setting MTU size - Bluetooth forum - Bluetooth®︎ - TI E2E support forums
So, I will have an assume that there is no option to config MPS and MTU separately.
When we config MAXIMUM_PDU_SIZE we will config for both MPS and MTU? And MPS will always greater than MTU in this case?