Version: Smart Feature Phone 3.0

BluetoothAdapter.ondeviceunpaired

Description#

Specifies an event listener to receive deviceunpaired events. Those events occur when a remote device gets unpaired from local Bluetooth adapter.

Syntax#

instanceOfBluetoothAdapter.ondeviceunpaired = funcRef

Where funcRef is a function to be called when the deviceunpaired event occurs. That function gets a BluetoothDeviceEvent object as its first parameter.