Version: Smart Feature Phone 3.0

BluetoothManager.onadapterremoved

Description#

Specifies an event listener to receive adapterremoved events. Those events occur when a Bluetooth adapter is removed from the device.

Syntax#

navigator.b2g.bluetooth.onadapterremoved = funcRef

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