I am new to android.I want to develop an application to find the devices in the range by using Bluetooth programmatically.If any one has idea please give some sample code to me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes you can do this using BroadcastReceiver, check out below code, it will help you. Starting search
Finds a device
|
|||||
|
|
Create Broad cast receiver something like the following and add the device information
|
|||
|
|
you might want to use method startDiscovery() . I dont have a sample code right now but you might want to have a look at : http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#startDiscovery%28%29 Hope it helps! |
|||
|
|