I write a sample code to discovery a bluetooth headset(jabra BT2035). referece http://developer.android.com/guide/topics/wireless/bluetooth.html#DiscoveringDevices
But it can only discovery my notebook computer. If my notebook computer enables bluetooth and sets Enabling discoverability.
The SDK document snippet:
android.bluetooth.device.action.FOUND"
public static final String ACTION_FOUND
Since: API Level 5
Broadcast Action: Remote device discovered.
Sent when a remote device is found during discovery.
I think the remote device means a remote notebook computer except a bluetooth headset. Could someone please help with this?
thanks alot. BR, Perrot