Bluetooth - the list of pre know devices for discovery
Hello,
Here's my problem:
My application is a 1 waiter - 1 caller program where the waiter sends its BLUETOOTH ADDRESS to the database. Then the caller checks the database for the BLUETOOTH ADDRESS of the waiter. After that the caller connects to the waiter do trade messages (strings).
So the thing is, I already did the "waiter" getting its own "address" and sending it to the database. I can also get it back from the database to the "caller".
But now in the "caller" the code must search for devices and services... so I think it would be nice to use the "PRE KNOWN" (since he already knows the bluetooth address) to get the service list from the "waiter".
Is this "pre known" a good approach for this problem?
How can I set the "pre know" addresses for pre know discovery - is it doable by code or only manually by the user ?
Thanks for your comments.
Message was edited by:
ZeroOneZeroOneOne

