Hi all,
I have my own source code solving my problem but I would like to do it in a different way.
I was wondering if anyone has worked with long packets which require to be fragmented by the BLE lower layers. I would like to check by using the sniffer how, for example, a 512-byte packet is sent.
I can see an ATT_ReadBlobRequest command in BTool, but not the related ATT_WriteBlob :)
Questions
1) I do not think so, but is this procedure done differently than sending the file in the traditional manner through Connection Events?
2) Can this be done with BTool? Perhaps with WriteLongChar instead? Any example of the subject of this post?
OK :) Have all a good day!