| Reply | « Previous Thread | Next Thread » |
|
I have few questions about BT C++ programming for 7650
1. Can I make listener and connect to it without advertising/service inquiry? If I can, do I have to do something extra? (Have tried, but no success) 2. BT timeouts( device inquiry, connection, etc. ) can I modify timeout length? 3. Is Connectionless communication supported? Any examples if it is? Tero Reunanen / Ionific ltd. |
|
1. Basically you have to create and initialize (advertise) a Bluetooth service for your application. You don't necessarily have to accomplish service discovery if the remote device already knows which device (based on BD_ADDRESS or friendly name) and which Bluetooth service (application) to connect to.
2. No. RNotifier is the recommended way to accomplish device discovery. For connection timeout it might be possible to use timers. 3. Only ACL links are supported. Seppo Forum Nokia |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|