Home
last modified time | relevance | path

Searched refs:PROFILE_PAN_NETWORK (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DbtProfileModel.ets33 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 DbtmProfileModel.ets31 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 Djs-apis-bluetoothManager-sys.md207 …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 Djs-apis-bluetooth-constant.md28 | PROFILE_PAN_NETWORK | 7 | 表示PAN profile。 |
H A Djs-apis-bluetoothManager.md2550 …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 DProfile功能界面使用说明文档.md221 >#### 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 Djs-apis-bluetoothManager-sys.md207 …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 Djs-apis-bluetooth-constant.md28 | PROFILE_PAN_NETWORK | 7 | Bluetooth personal area network (PAN) profile. |
H A Djs-apis-bluetoothManager.md2550 …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 Dnapi_bluetooth_pan.cpp42 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 DpanNetworkProfileTestManager.ets131 this.hasProfile = btmProfileModel.hasProfile(btmProfileModel.PROFILE_PAN_NETWORK);
180 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
H A Da2dpSourceProfileTestManager.ets181 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
H A DhandsFreeAudioGatewayProfileTestManager.ets179 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
H A DhidHostProfileTestManager.ets179 this.profileType = btmProfileModel.PROFILE_PAN_NETWORK;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTest/
H A DpanNetworkProfileTest.ets131 this.hasProfile = btProfileModel.hasProfile(btProfileModel.PROFILE_PAN_NETWORK);
180 this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
H A Da2dpSourceProfileTest.ets183 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
H A DhandsFreeAudioGatewayProfileTest.ets179 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
H A DhidHostProfileTest.ets179 this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
H A DoppProfileTest.ets233 // this.profileType = btProfileModel.PROFILE_PAN_NETWORK;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp122 … SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_PAN_NETWORK, "PROFILE_PAN_NETWORK"); in ProfileIdInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h408 PROFILE_PAN_NETWORK = 7, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp91 … 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 Djs-apidiff-communicate.md75 | ohos.bluetooth | ProfileId | PROFILE_PAN_NETWORK = 7 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md75 | 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 Djs-apidiff-communication.md303 |新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts|
834PROFILE_PAN_NETWORK = 7<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>新版本信息:10<br>代…

12