/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | btProfileModel.ets | 32 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 D | btmProfileModel.ets | 30 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 D | js-apidiff-communicate.md | 9 | ohos.bluetooth | ProfileId | PROFILE_HID_HOST = 6 | 新增 |
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 221 >#### 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 D | js-apidiff-communicate.md | 9 | ohos.bluetooth | ProfileId | PROFILE_HID_HOST = 6 | Added|
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 65 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 D | hidHostProfileTestManager.ets | 130 this.hasProfile = btmProfileModel.hasProfile(btmProfileModel.PROFILE_HID_HOST); 173 this.profileType = btmProfileModel.PROFILE_HID_HOST;
|
H A D | a2dpSourceProfileTestManager.ets | 175 this.profileType = btmProfileModel.PROFILE_HID_HOST;
|
H A D | handsFreeAudioGatewayProfileTestManager.ets | 173 this.profileType = btmProfileModel.PROFILE_HID_HOST;
|
H A D | panNetworkProfileTestManager.ets | 174 this.profileType = btmProfileModel.PROFILE_HID_HOST;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetoothManager-sys.md | 108 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth… 157 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
|
H A D | js-apis-bluetooth-constant.md | 27 | PROFILE_HID_HOST | 6 | 表示HID profile。 |
|
H A D | js-apis-bluetoothManager.md | 1554 ….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 D | hidHostProfileTest.ets | 130 this.hasProfile = btProfileModel.hasProfile(btProfileModel.PROFILE_HID_HOST); 173 this.profileType = btProfileModel.PROFILE_HID_HOST;
|
H A D | a2dpSourceProfileTest.ets | 177 // this.profileType = btProfileModel.PROFILE_HID_HOST;
|
H A D | handsFreeAudioGatewayProfileTest.ets | 173 // this.profileType = btProfileModel.PROFILE_HID_HOST;
|
H A D | panNetworkProfileTest.ets | 174 this.profileType = btProfileModel.PROFILE_HID_HOST;
|
H A D | oppProfileTest.ets | 227 // this.profileType = btProfileModel.PROFILE_HID_HOST;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 121 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()
|
H A D | napi_bluetooth_utils.cpp | 385 case static_cast<int32_t>(ProfileId::PROFILE_HID_HOST): in GetProfileId()
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetoothManager-sys.md | 108 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth… 157 …le = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_HID_HOST) as bluetooth…
|
H A D | js-apis-bluetooth-constant.md | 27 | PROFILE_HID_HOST | 6 | Human Interface Device (HID) profile. |
|
H A D | js-apis-bluetoothManager.md | 1554 ….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 D | napi_bluetooth_utils.h | 407 PROFILE_HID_HOST = 6, enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 90 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()
|