非標準
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 で有効になります。
概要
adapteradded
イベントを受け取るためのイベントリスナを指定します。このイベントは Bluetooth アダプタがデバイス上で有効になった際に発生します。このイベントが発生すると BluetoothManager.getDefaultAdapter()
メソッドは直近で有効になったアダプタにアクセスすることが可能になります。
構文
navigator.mozBluetooth.onadapteradded = funcRef
funcRef
は adapteradded
イベントが発生した際に呼び出される関数です。
仕様
正式な仕様の一部ではありません。W3C's System Applications Working Group で協議される必要があります。