문제

In Nokia NFC peer to peer mode (C7) I want to know what is the maximum size for one message to be sent without partitioning in lower layers. I knew that it is 248 byte in Android (from Log file). But i can't find it in Nokia.

도움이 되었습니까?

해결책

The NFC-IP1 protocol has a maximum packet size of 254 bytes. Anything larger will be at least broken down into two NFC-IP1 packets.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top