1.1K Star 6.2K Fork 5K

OpenHarmony / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
js-apidiff-communicate.md 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
gloria 提交于 2022-12-22 16:37 . changed directories against 12527

JS API Changes of the Communication Subsystem

The table below lists the APIs changes of the communication subsystem in OpenHarmony 3.2 Beta1 over OpenHarmony 3.1 Release.

API Changes

Module Class Method/Attribute/Enumeration/Constant Change Type
ohos.bluetooth ProfileId PROFILE_HID_HOST = 6 Added
ohos.bluetooth HidHostProfile off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; Added
ohos.bluetooth HidHostProfile on(type: "connectionStateChange", callback: Callback<StateChangeParam>): void; Added
ohos.bluetooth HidHostProfile disconnect(device: string): boolean; Added
ohos.bluetooth HidHostProfile connect(device: string): boolean; Added
其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
master

搜索帮助