| Reply | « Previous Thread | Next Thread » |
|
Hi
is it possible to develop a Client application with C++ or java for the 7650 which uses bluetooth and consumes a webservice? Hannes |
| preishuber |
| View Public Profile |
| Find all posts by preishuber |
|
There is Bluetooth API in C++. Which kind of application do you have in mind? I did not understand the use case you were referring to.
Seppo Forum Nokia
Last edited by seppo_fn : 2003-03-20 at 11:22.
|
|
the ida is to build a multi tier applikation. The middle tier is on a server which implements a function. The nokia Hand should work like a User Interface.
Ther are already exist such a pplikation . The email Client. The only diffrence is that this is using gprs or a gsm connection i would like to use bluetooth Is ther any sample to build a application which interacts over bluetooth which a other (server) application thanx for any help btw: if this is possible it would be a revolution |
| preishuber |
| View Public Profile |
| Find all posts by preishuber |
|
Bluetooth Sockets can be used to access RFCOMM (Serial Port Profile) or L2CAP. That way you can connect to a remote device (or get connected by a remote device) to transfer data in stream or packets.
It of course depends on the implementation how to show data to the user on phone screen. One possibility would be to use the phone as a remote control. Point-to-point sample application in the Series 60 SDK might help you to implement your application. Seppo Forum Nokia |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|