/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | btProfileModel.ets | 33 public PROFILE_PAN_NETWORK = 7; 50 this.profiles[ this.PROFILE_PAN_NETWORK ] = pan.createPanProfile() as pan.PanProfile; 57 …console.log("this.profiles[ this.PROFILE_PAN_NETWORK ]" + this.profiles[ this.PROFILE_PAN_NETWORK … 92 if ( this.profiles[ this.PROFILE_PAN_NETWORK ] != null ) { 93 return this.profiles[ this.PROFILE_PAN_NETWORK ] as pan.PanProfile;
|
H A D | btmProfileModel.ets | 31 public PROFILE_PAN_NETWORK = 7; 47 …this.profiles[ this.PROFILE_PAN_NETWORK ] = btm.getProfileInstance(this.PROFILE_PAN_NETWORK) as bt… 86 if ( this.profiles[ this.PROFILE_PAN_NETWORK ] != null ) { 87 return this.profiles[ this.PROFILE_PAN_NETWORK ];
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetoothManager-sys.md | 207 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 255 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 296 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo…
|
H A D | js-apis-bluetooth-constant.md | 28 | PROFILE_PAN_NETWORK | 7 | 表示PAN profile。 |
|
H A D | js-apis-bluetoothManager.md | 2550 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 2595 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 5210 蓝牙profile枚举,API9新增PROFILE_HID_HOST,PROFILE_PAN_NETWORK。 5222 | PROFILE_PAN_NETWORK | 7 | 表示PAN profile。 |
|
/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。 228 >| PROFILE_PAN_NETWORK | 7 | 表示PAN profile。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetoothManager-sys.md | 207 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 255 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 296 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo…
|
H A D | js-apis-bluetooth-constant.md | 28 | PROFILE_PAN_NETWORK | 7 | Bluetooth personal area network (PAN) profile. |
|
H A D | js-apis-bluetoothManager.md | 2550 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 2595 …e = bluetoothManager.getProfileInstance(bluetoothManager.ProfileId.PROFILE_PAN_NETWORK) as bluetoo… 5207 …e Bluetooth profiles. API version 9 is added with **PROFILE_HID_HOST** and **PROFILE_PAN_NETWORK**. 5219 | PROFILE_PAN_NETWORK | 7 | PAN profile. |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 42 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in CreatePanProfile() 81 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in DefinePanJSClass()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTestManager/ |
H A D | panNetworkProfileTestManager.ets | 131 this.hasProfile = btmProfileModel.hasProfile(btmProfileModel.PROFILE_PAN_NETWORK); 180 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
|
H A D | a2dpSourceProfileTestManager.ets | 181 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
|
H A D | handsFreeAudioGatewayProfileTestManager.ets | 179 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
|
H A D | hidHostProfileTestManager.ets | 179 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTest/ |
H A D | panNetworkProfileTest.ets | 131 this.hasProfile = btProfileModel.hasProfile(btProfileModel.PROFILE_PAN_NETWORK); 180 this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
|
H A D | a2dpSourceProfileTest.ets | 183 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
|
H A D | handsFreeAudioGatewayProfileTest.ets | 179 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
|
H A D | hidHostProfileTest.ets | 179 this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
|
H A D | oppProfileTest.ets | 233 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 122 … SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_PAN_NETWORK, "PROFILE_PAN_NETWORK"); in ProfileIdInit()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 408 PROFILE_PAN_NETWORK = 7, enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 91 … SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_PAN_NETWORK, "PROFILE_PAN_NETWORK"); in ProfileIdInit()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 75 | ohos.bluetooth | ProfileId | PROFILE_PAN_NETWORK = 7 | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 75 | ohos.bluetooth | ProfileId | PROFILE_PAN_NETWORK = 7 | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 303 |新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts| 834 …PROFILE_PAN_NETWORK = 7<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>新版本信息:10<br>代…
|