From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/bluetoothstatuschangedevent/index.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/fr/archive/b2g_os/api/bluetoothstatuschangedevent/index.html (limited to 'files/fr/archive/b2g_os/api/bluetoothstatuschangedevent/index.html') diff --git a/files/fr/archive/b2g_os/api/bluetoothstatuschangedevent/index.html b/files/fr/archive/b2g_os/api/bluetoothstatuschangedevent/index.html new file mode 100644 index 0000000000..8474dbd5f8 --- /dev/null +++ b/files/fr/archive/b2g_os/api/bluetoothstatuschangedevent/index.html @@ -0,0 +1,59 @@ +--- +title: BluetoothStatusChangedEvent +slug: Archive/B2G_OS/API/BluetoothStatusChangedEvent +translation_of: Archive/B2G_OS/API/BluetoothStatusChangedEvent +--- +

{{ apiref("Bluetooth API") }}

+ +

{{ non-standard_header() }}

+ +

{{ B2GOnlyHeader2('certified') }}

+ +

Sommaire

+ +

L'API BluetoothStatusChangedEvent donne accès aux informations de modification du statut de l'équipement Bluetooth.

+ +

Une modification du statut a lieu lorsqu'un des évènements suivants est détecté :

+ + + +

Interface overview

+ +
interface BluetoothStatusChangedEvent: Event
+{
+  readonly attribute DOMString address;
+  readonly attribute boolean status;
+};
+ +

Properties

+ +
+
{{domxref("BluetoothStatusChangedEvent.address")}} {{readonlyinline}}
+
A string representing the address of the device for which the status has changed in the Bluetooth micro-network.
+
{{domxref("BluetoothStatusChangedEvent.status")}} {{readonlyinline}}
+
A boolean representing the current status of the connection. It can be enabled (true) or disabled (false).
+
+ +

Methods

+ +

None.

+ +

Specification

+ +

Not part of any specification yet. It should be discussed as part of the W3C's System Applications Working Group.

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf