Home
last modified time | relevance | path

Searched refs:PROFILE_HID_HOST (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DbtProfileModel.ets32 public PROFILE_HID_HOST = 6;
48 this.profiles[ this.PROFILE_HID_HOST ] = hid.createHidHostProfile() as hid.HidHostProfile;
56 console.log("this.profiles[ this.PROFILE_HID_HOST ]" + this.profiles[ this.PROFILE_HID_HOST ])
85 if ( this.profiles[ this.PROFILE_HID_HOST ] != null ) {
86 return this.profiles[ this.PROFILE_HID_HOST ] as hid.HidHostProfile;
H A DbtmProfileModel.ets30 public PROFILE_HID_HOST = 6;
45 …this.profiles[ this.PROFILE_HID_HOST ] = btm.getProfileInstance(this.PROFILE_HID_HOST) as btm.HidH…
78 if ( this.profiles[ this.PROFILE_HID_HOST ] != null ) {
79 return this.profiles[ this.PROFILE_HID_HOST ];
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-communicate.md9 | ohos.bluetooth | ProfileId | PROFILE_HID_HOST = 6 | 新增 |
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md221 >#### ProfileId 蓝牙profile枚举,API9新增PROFILE_HID_HOST,PROFILE_PAN_NETWORK。
227 >| PROFILE_HID_HOST | 6 | 表示HID profile。 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-communicate.md9 | ohos.bluetooth | ProfileId | PROFILE_HID_HOST = 6 | Added|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp65 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in DefineHidHostJSClass()
88 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in CreateHidHostProfile()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTestManager/
H A DhidHostProfileTestManager.ets130 this.hasProfile = btmProfileModel.hasProfile(btmProfileModel.PROFILE_HID_HOST);
173 this.profileType = btmProfileModel.PROFILE_HID_HOST;
H A Da2dpSourceProfileTestManager.ets175 this.profileType = btmProfileModel.PROFILE_HID_HOST;
H A DhandsFreeAudioGatewayProfileTestManager.ets173 this.profileType = btmProfileModel.PROFILE_HID_HOST;
H A DpanNetworkProfileTestManager.ets174 this.profileType = btmProfileModel.PROFILE_HID_HOST;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetoothManager-sys.md108 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
157 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
H A Djs-apis-bluetooth-constant.md27 | PROFILE_HID_HOST | 6 | 表示HID profile。 |
H A Djs-apis-bluetoothManager.md1554 ….HidHostProfile = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST);
2449 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
2494 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
5210 蓝牙profile枚举,API9新增PROFILE_HID_HOST,PROFILE_PAN_NETWORK。
5221 | PROFILE_HID_HOST | 6 | 表示HID profile。 |
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTest/
H A DhidHostProfileTest.ets130 this.hasProfile = btProfileModel.hasProfile(btProfileModel.PROFILE_HID_HOST);
173 this.profileType = btProfileModel.PROFILE_HID_HOST;
H A Da2dpSourceProfileTest.ets177 // this.profileType = btProfileModel.PROFILE_HID_HOST;
H A DhandsFreeAudioGatewayProfileTest.ets173 // this.profileType = btProfileModel.PROFILE_HID_HOST;
H A DpanNetworkProfileTest.ets174 this.profileType = btProfileModel.PROFILE_HID_HOST;
H A DoppProfileTest.ets227 // this.profileType = btProfileModel.PROFILE_HID_HOST;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp121 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()
H A Dnapi_bluetooth_utils.cpp385 case static_cast<int32_t>(ProfileId::PROFILE_HID_HOST): in GetProfileId()
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetoothManager-sys.md108 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
157 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
H A Djs-apis-bluetooth-constant.md27 | PROFILE_HID_HOST | 6 | Human Interface Device (HID) profile. |
H A Djs-apis-bluetoothManager.md1554 ….HidHostProfile = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST);
2449 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
2494 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
5207 Enumerates the Bluetooth profiles. API version 9 is added with **PROFILE_HID_HOST** and **PROFILE_P…
5218 | PROFILE_HID_HOST | 6 | Human Interface Device (HID) profile. |
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h407 PROFILE_HID_HOST = 6, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp90 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()

12