Hi ! I´m also working with BlueTooth for my current project. I didn´t use FPT but I think it´s quite the same as serial or anything else. You have to do as in the BTxxx examples: On the 1st device -> create a server (advertiser). Register the ftp service on the SDP On the other -> client (discoverer) . Look for the ftp service´s port. Connect to server. And then start sending your packet ... But I don´t know how does this exactly work for this type of connection.
Forum posts: 50
I´m also working with BlueTooth for my current project.
I didn´t use FPT but I think it´s quite the same as serial or anything else.
You have to do as in the BTxxx examples:
On the 1st device -> create a server (advertiser). Register the ftp service on the SDP
On the other -> client (discoverer) . Look for the ftp service´s port. Connect to server.
And then start sending your packet ... But I don´t know how does this exactly work for this type of connection.
Hope this help somehow