While programming Bluetooth data transmission routines I've come across an encoding issue at Symbian. The task was to send and receive Unicode strings encoded in UTF-16. The data was moved by RSocket class.
The thing is, the RSocket 's read and write methods are taking...
It is interesting the PAN (Bluetooth Personal Area Networking) profile is listed at Symbian 9.2 abilities.
The PAN overview is here:
...symbian.com/developer/techlib/v9.2docs/...
And a small API mention is here:
...symbian.com/developer/techlib/v9.2docs/...
Despite...
As you know, I've worked a lot to figure out a way of how to realize the BNEP protocol on Symbian platform. The simple idea of catching and processing all the TCP stream with help of IP hook is impossible until purchase non-publick API. Also, the idea to create a networking interface...