B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Overview == == Interface == interface BluetoothStartDiscoverRequest: DOMRequest { attribute EventHandler ondevicefound; } == Event Handler ==")
 
Line 7: Line 7:


== Event Handler ==
== Event Handler ==
* [https://wiki.mozilla.org/index.php?title=B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound BluetoothStartDiscoveryRequest.ondevicefound]
=== ondevicefound ===
; Description
: A event handler to trigger each time a remote bluetooth device is discovered.
; Parameter
: aDeviceEvent
:: The event is a [https://wiki.mozilla.org/index.php?title=B2G/Bluetooth/WebBluetooth-v2/BluetoothDeviceEvent BluetoothDeviceEvent] with property device as the discovered remote bluetooth device.

Revision as of 08:24, 21 March 2014

Overview

Interface

interface BluetoothStartDiscoverRequest: DOMRequest {
  attribute EventHandler ondevicefound;
}

Event Handler

ondevicefound

Description
A event handler to trigger each time a remote bluetooth device is discovered.
Parameter
aDeviceEvent
The event is a BluetoothDeviceEvent with property device as the discovered remote bluetooth device.