java - Android: How do I connect to a hidden Bluetooth device? -
java - Android: How do I connect to a hidden Bluetooth device? -
i have hidden bluetooth device, know bluetooth mac address of it.
how can utilize android connect device?
from doc here : http://developer.android.com/reference/android/bluetooth/bluetoothdevice.html
to bluetoothdevice, utilize bluetoothadapter.getremotedevice(string) create 1 representing device of known mac address
after connect if had retrieved through device discovery.
java android
Comments
Post a Comment