Lucarnosky
Lucarnosky

Reputation: 514

Bluetooth app need to check for other users with the same app

I need a suggestion to implement a bluetooth application: it scan for devices and have to check if the discovered devices has the same application installed. There's a way to do that?

Upvotes: 4

Views: 878

Answers (1)

Johnny Broberg
Johnny Broberg

Reputation: 196

From http://developer.android.com/guide/topics/connectivity/bluetooth.html

"a Bluetooth device within the local area will respond to a discovery request only if it is currently enabled to be discoverable. If a device is discoverable, it will respond to the discovery request by sharing some information, such as the device name, *class,* and its unique MAC address. Using this information, the device performing discovery can then choose to initiate a connection to the discovered device.

So i guess the device need to accept the connection to get more information about installed apps and other.

Upvotes: 3

Related Questions