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

Replaced content with "remove this page."
(Replaced content with "remove this page.")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
remove this page.
 
== Interface ==
interface BluetoothStartDiscoverRequest: DOMRequest {
  attribute EventHandler [https://wiki.mozilla.org/index.php?title=B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound ondevicefound];
}
 
== 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.
Confirmed users
891

edits