简体   繁体   中英

How to discovery a bluetooth headset?

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

Most likely you have to put your headset into discoverable mode. Read user manual to your headset. For example my SONY BT headset is only visible for pairing after I hold power button for 5 seconds.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM