Other Parts Discussed in Thread: BLE-STACK
Hi there,
I am using cc2650 with Bluetooth v.4.0.
When I try to send a packet of 100 bytes my L2CAP layer is dividing the packet into chunks of 27 bytes and sending it fragment by fragment.When we are allowed to send ~260 bytes over the data channels then why there is this fragmentation? how can I resolve this? how can I send this whole packet at once (unfragmented)?