harmony(鸿蒙)基础通信子系统JS API变更

  • 2022-08-09
  • 浏览 (661)

基础通信子系统JS API变更

OpenHarmony 3.2 Beta1版本相较于OpenHarmony 3.1 Release版本,基础通信子系统的API变更如下:

接口变更

模块名 类名 方法/属性/枚举/常量 变更类型
ohos.bluetooth ProfileId PROFILE_HID_HOST = 6 新增
ohos.bluetooth HidHostProfile off(type: “connectionStateChange”, callback?: Callback<StateChangeParam>): void; 新增
ohos.bluetooth HidHostProfile on(type: “connectionStateChange”, callback: Callback<StateChangeParam>): void; 新增
ohos.bluetooth HidHostProfile disconnect(device: string): boolean; 新增
ohos.bluetooth HidHostProfile connect(device: string): boolean; 新增

你可能感兴趣的鸿蒙文章

harmony(鸿蒙)Readme

harmony(鸿蒙)元能力子系统JS API变更

harmony(鸿蒙)ArkUI子系统JS API变更

harmony(鸿蒙)电源服务子系统JS API变更

harmony(鸿蒙)包管理子系统JS API变更

harmony(鸿蒙)DFX子系统JS API变更

harmony(鸿蒙)分布式数据管理子系统JS API变更

harmony(鸿蒙)事件通知子系统JS API变更

harmony(鸿蒙)文件管理子系统JS API变更

harmony(鸿蒙)全球化子系统JS API变更

0  赞