Hello, I need to transmit a data packet with hundreds of bytes, but aparently the S110 SoftDevice can't handle payloads with size bigger than 23 bytes.
According to the Bluetooth 4.0 Core specification, this should be possible because of the Fragmentation and Recombination procedure (FAR), that breaks upper layer packets to into smaller packets to fit inside Link Layer MTU.
Questions:
Does the S110 SoftDevice implements FAR? Can I change the default MTU?