非標準
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.
この API は 認定済みアプリのみ、 Firefox OS で有効になります。
概要
enabled
プロパティはBluetoothがオン(true
) またはオフ (false
)であることを示します
注: Bluetoothの有効化/無効化は Settings API の bluetooth.enabled の設定を変更する事
によってのみ実行されます。この設定を変更する度に BluetoothManager
オブジェクトは enabled
または disabled
イベントを発行します。これらイベントは BluetoothManager.onenabled
および BluetoothManager.ondisabled
イベントハンドラを利用して取得することができます。
構文
var enabled = navigator.mozBluetooth.enabled
値
bool値を返します。
仕様
正式な仕様の一部ではありません。 W3C's System Applications Working Group で協議される必要があります。