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#
Properties#
BluetoothDiscoveryHandle.ondevicefoundDefines an event handler to trigger each time the devicefound event is fired; this occurs when a remote Bluetooth device is discovered. Its parameter is either a BluetoothDeviceEvent or BluetoothLeDeviceEvent, depending on the type of device discovered.