How to fragment the BLE Data

In my project I am facing issues to send 6000 bytes per second through BLE to androis app

For reading the sensor it is taking 30-40 ms processing time and after that I am sending buffer to BLE 

I want to fragment the data using BT_L2CAP_TX_FRAG_COUNT and i dont know how to do it and there is no example for fragmentation 

please help on this 

Thank you in advance

Related