Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

BluetoothManager.getDefaultAdapter()

非標準
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 で協議される必要があります。

参考

ドキュメントのタグと貢献者

 このページの貢献者: iwaita2ya
 最終更新者: iwaita2ya,