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

no edit summary
No edit summary
Line 3: Line 3:
== Interface ==
== Interface ==
  interface BluetoothStartDiscoverRequest: DOMRequest {
  interface BluetoothStartDiscoverRequest: DOMRequest {
   attribute EventHandler [https://wiki.mozilla.org/index.php?title=B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound ondevicefound];
   attribute EventHandler [[B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound|ondevicefound]];
  }
  }


== Event Handler ==
== Event Handler ==
* [https://wiki.mozilla.org/index.php?title=B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound BluetoothStartDiscoveryRequest.ondevicefound]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest#ondevicefound|BluetoothStartDiscoveryRequest.ondevicefound]]


=== ondevicefound ===
=== ondevicefound ===
Line 15: Line 15:
; Parameter
; Parameter
: aDeviceEvent
: 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.
:: The event is a [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDeviceEvent|BluetoothDeviceEvent]] with property device as the discovered remote bluetooth device.
Confirmed users
891

edits