public interface IBluetoothDevice extends IAdvanceDevice
Modifier and Type | Method and Description |
---|---|
boolean |
cancelPairedBluetoothDevice(String mac)
cancel Paired Bluetooth device
|
boolean |
pairBluetoothDevice(String mac,
String pin)
Pair with Bluetooth device
|
close, isOpened, open
boolean cancelPairedBluetoothDevice(String mac) throws DeviceException
mac:
- bluetooth's device mac address.DeviceException
boolean pairBluetoothDevice(String mac, String pin) throws DeviceException
mac:
- bluetooth's device mac address.pin:
- Password for Bluetooth paired device, allow null.DeviceException