提交 ba7782a7 编写于 作者: S smartbao

md modify2

Signed-off-by: Nsmartbao <baomin@huawei.com>
上级 5f6fec89
......@@ -607,7 +607,7 @@ bluetooth.off('pinRequired', onReceiveEvent);
## bluetooth.on('bondStateChange')<sup>8+</sup>
on(type: "bondStateChange", callback: Callback&lt;BondState&gt;): void
on(type: "bondStateChange", callback: Callback&lt;BondStateParam&gt;): void
订阅蓝牙配对状态改变事件。
......@@ -620,7 +620,7 @@ on(type: "bondStateChange", callback: Callback&lt;BondState&gt;): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| callback | Callback&lt;[BondState](#bondstate)&gt; | 是 | 表示回调函数的入参,配对的状态。回调函数由用户创建通过该接口注册。 |
| callback | Callback&lt;[BondStateParam](#bondstate)&gt; | 是 | 表示回调函数的入参,配对的状态。回调函数由用户创建通过该接口注册。 |
**返回值:**
......@@ -638,7 +638,7 @@ bluetooth.on('bondStateChange', onReceiveEvent);
## bluetooth.off('bondStateChange')<sup>8+</sup>
off(type: "bondStateChange", callback?: Callback&lt;BondState&gt;): void
off(type: "bondStateChange", callback?: Callback&lt;BondStateParam&gt;): void
取消订阅蓝牙配对状态改变事件。
......@@ -651,7 +651,7 @@ off(type: "bondStateChange", callback?: Callback&lt;BondState&gt;): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| callback | Callback&lt;[BondState](#bondstate)&gt; | 否 | 表示取消订阅蓝牙配对状态改变事件上报。不填该参数则取消订阅该type对应的所有回调。 |
| callback | Callback&lt;[BondStateParam](#bondstate)&gt; | 否 | 表示取消订阅蓝牙配对状态改变事件上报。不填该参数则取消订阅该type对应的所有回调。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册