Hi, I am working on CYBT343026 with SPP application. And now I want to add OTA function to my project. Is that possible? If yes, Can you provide me some doc or guide. Thanks
Solved! Go to Solution.
Hi,
You can get the available documents here - https://github.com/Infineon/btsdk-docs/tree/master/docs/BT-SDK.
The current implementation of OTA is based on GATT procedures - BLE. I do not see any documents for OTA over SPP.
Thanks,
-Dheeraj.P.K
Hi,
You can get the available documents here - https://github.com/Infineon/btsdk-docs/tree/master/docs/BT-SDK.
The current implementation of OTA is based on GATT procedures - BLE. I do not see any documents for OTA over SPP.
Thanks,
-Dheeraj.P.K
What if I open gatt service in SPP application. Is it possible to open duel mode(br/edr, ble) to enable gatt service so that I can do OTA?
This can be possible. But we do not have any examples for it.