Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
ba7782a7
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
ba7782a7
编写于
3月 22, 2022
作者:
S
smartbao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
md modify2
Signed-off-by:
N
smartbao
<
baomin@huawei.com
>
上级
5f6fec89
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
4 addition
and
4 deletion
+4
-4
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
+4
-4
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
浏览文件 @
ba7782a7
...
@@ -607,7 +607,7 @@ bluetooth.off('pinRequired', onReceiveEvent);
...
@@ -607,7 +607,7 @@ bluetooth.off('pinRequired', onReceiveEvent);
## bluetooth.on('bondStateChange')<sup>8+</sup>
## bluetooth.on('bondStateChange')<sup>8+</sup>
on(type: "bondStateChange", callback: Callback
<
BondState
>
): void
on(type: "bondStateChange", callback: Callback
<
BondState
Param
>
): void
订阅蓝牙配对状态改变事件。
订阅蓝牙配对状态改变事件。
...
@@ -620,7 +620,7 @@ on(type: "bondStateChange", callback: Callback<BondState>): void
...
@@ -620,7 +620,7 @@ on(type: "bondStateChange", callback: Callback<BondState>): void
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| callback | Callback
<
[BondState](#bondstate)
>
| 是 | 表示回调函数的入参,配对的状态。回调函数由用户创建通过该接口注册。 |
| callback | Callback
<
[BondState
Param
](#bondstate)
>
| 是 | 表示回调函数的入参,配对的状态。回调函数由用户创建通过该接口注册。 |
**返回值:**
**返回值:**
...
@@ -638,7 +638,7 @@ bluetooth.on('bondStateChange', onReceiveEvent);
...
@@ -638,7 +638,7 @@ bluetooth.on('bondStateChange', onReceiveEvent);
## bluetooth.off('bondStateChange')<sup>8+</sup>
## bluetooth.off('bondStateChange')<sup>8+</sup>
off(type: "bondStateChange", callback?: Callback
<
BondState
>
): void
off(type: "bondStateChange", callback?: Callback
<
BondState
Param
>
): void
取消订阅蓝牙配对状态改变事件。
取消订阅蓝牙配对状态改变事件。
...
@@ -651,7 +651,7 @@ off(type: "bondStateChange", callback?: Callback<BondState>): void
...
@@ -651,7 +651,7 @@ off(type: "bondStateChange", callback?: Callback<BondState>): void
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| type | string | 是 | 填写"bondStateChange"字符串,表示蓝牙配对状态改变事件。 |
| callback | Callback
<
[BondState](#bondstate)
>
| 否 | 表示取消订阅蓝牙配对状态改变事件上报。不填该参数则取消订阅该type对应的所有回调。 |
| callback | Callback
<
[BondState
Param
](#bondstate)
>
| 否 | 表示取消订阅蓝牙配对状态改变事件上报。不填该参数则取消订阅该type对应的所有回调。 |
**返回值:**
**返回值:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录