Version: Smart Feature Phone 3.0

BluetoothAdapter.ondevicepaired

Description#

Specifies an event listener to receive devicepaired events. Those events occur when a remote device gets paired with local Bluetooth adapter.

Syntax#

instanceOfBluetoothAdapter.ondevicepaired = funcRef

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