非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
この API は 認定済みアプリのみ、 Firefox OS で有効になります。
概要
getDefaultAdapter
メソッドは、デバイスをサードパーティー製のBluetooth デバイスと接続するためのデフォルトアダプタを取得するのに使われます。
新しいアダプタがデバイスに接続される毎に、そのデバイスがデフォルトのアダプタになります。通常Firefox OSはアダプタを一つだけ有します。.
構文
var request = navigator.mozBluetooth.getDefaultAdapter();
返値
オペレーションの成功または失敗を取得するための DOMRequest
オブジェクトを返します。成功した場合、リクエストの結果は BluetoothAdapter
オブジェクトです。
仕様
正式な仕様の一部ではありません。W3C's System Applications Working Group で協議される必要があります。