| Reply | « Previous Thread | Next Thread » |
|
Is it possible do an inquiry without activating the user interface from the Symbian Bluetooth API? I would like to get a list of Bluetooth addresses that has responded to the inquiry without the need of any user interaction.
|
|
It is also possible to perform device discovery programmatically in the background. The recommended way to handle device discovery (with user interaction) is depicted in Bluetooth Discovery example in the Series 60 SDK.
Seppo Forum Nokia |
|
Yes it is possible. I have done it. Still trying to get attribute reading fully operational though. The main class to look at is CSdpAgent. Its GetByAddress() method is used to "trigger" device discovery. A callback named NextRecordRequestComplete() is called when a device is found. Search documentation for more.
This is very difficult programming, be warned. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|