Does anyone here have experience sending fragmented SNEP message to android?
I tried sending large SNEP message to android using SNEP fragmentation as defined in NFC forum specs (shown on figure 3 and figure 6 in SNEP spec document).
After sending first fragment (complete SNEP header + data chunk), android replies with Continue response. As defined in SNEP spec, i send remaining data (without header) to android. After all data sent android never gives Complete response. Is it because my wrong sending sequence or android just doesn't support SNEP fragmentation?
I use Google Nexus S with android 4.1.2 and reader from chinese manufacturer with proprietary SDK.