非標準
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 で有効になります。
概要
isConnected
メソッドは Bluetooth profile を持つデバイスが接続されているかをチェックするのに使用されます。
このメソッドは デバイスが BluetoothAdapter.connect()
メソッドに第2引数を指定せずに接続された場合に役に立ちます。なぜなら Bluetooth プロファイルはプラットフォームに依存するため、時としてBluetooth プロファイルが利用可能かどうかをチェックする必要があるためです。
構文
var isConnected = navigator.mozBluetooth.isConnected(profile);
引数
profile
- Bluetooth profile に記載された数値
返値
bool値
仕様
正式な仕様の一部ではありません。W3C's System Applications Working Group で協議される必要があります。