aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/bluetooth/index.html
blob: 3d1e7474f205b8c16140a48e3f013aec385e520e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: Bluetooth
slug: Web/API/Bluetooth
tags:
  - API
  - Buetooth
  - Interface
  - Non-standard
  - Reference
  - Web Buletooth API
translation_of: Web/API/Bluetooth
---
<p>{{ apiref("W3C Bluetooth API") }} {{Non-standard_header()}}</p>

<p><a href="/ja/Web/API/Web_Bluetooth_API">Web Bluetooth API</a><strong><code>Bluetooth</code></strong> インターフェースは、オプション指定した {{domxref("BluetoothDevice")}}{{jsxref("Promise")}} を返します。</p>

<h2 id="インターフェース">インターフェース</h2>

<pre class="syntaxbox">interface <dfn>Bluetooth</dfn> {
  Promise&lt;BluetoothDevice&gt; requestDevice(RequestDeviceOptions <dfn>options</dfn>);
};
Bluetooth implements EventTarget;
Bluetooth implements BluetoothDeviceEventHandlers;
Bluetooth implements CharacteristicEventHandlers;
Bluetooth implements ServiceEventHandlers;</pre>

<h2 id="プロパティ">プロパティ</h2>

<dl>
 <dt>なし</dt>
</dl>

<h2 id="メソッド">メソッド</h2>

<dl>
 <dt>{{domxref("Bluetooth.requestDevice()")}}</dt>
 <dd>オプション指定した {{domxref("BluetoothDevice")}}{{jsxref("Promise")}} を返す。</dd>
</dl>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">ステータス</th>
   <th scope="col">コメント</th>
  </tr>
  <tr>
   <td>{{SpecName('Web Bluetooth', '#bluetooth', 'Bluetooth')}}</td>
   <td>{{Spec2('Web Bluetooth')}}</td>
   <td>初期定義。</td>
  </tr>
 </tbody>
</table>

<h2 id="ブラウザー実装状況">ブラウザー実装状況</h2>

<p>{{Compat("api.Bluetooth")}}</p>