IPC 6.X SDK, compatible with Bluetooth network configuration. When adding Bluetooth on my end, can I split the received data packet and then call back to the SDK? For example, if I receive a 84-byte packet, can I split it into two packets, one with 64 bytes and the other with 20 bytes, and then pass them to the SDK through a callback?
Last Updated on:2024-09-19 02:38:05
Currently, it is not possible, as each packet sent by the app is encrypted. The application layer decrypts each packet, and if it is opened, it will lead to the inability to decrypt the data, resulting in network configuration failure.