Version: Smart Feature Phone 2.5Version: Smart Feature Phone 2.6

BluetoothDiscoveryHandle

Description#

The BluetoothDiscoveryHandle interface of the Bluetooth API is used to notify the current application about the discovery of a remote Bluetooth device.

Interface overview#

[Exposed=Window]
interface BluetoothDiscoveryHandle : EventTarget {
attribute EventHandler ondevicefound;
};

Properties#