/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | searchProfileConnStateById.ets | 70 this.stateProfile = 'STATE_CONNECTING'; 105 this.stateProfile = 'STATE_CONNECTING'; 140 this.stateProfile = 'STATE_CONNECTING';
|
H A D | deviceFound.ets | 227 if ( item.connectionState != DeviceState.STATE_CONNECTING 745 case DeviceState.STATE_CONNECTING:
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/ |
H A D | searchProfileConnStateById.ets | 68 this.stateProfile = 'STATE_CONNECTING'; 103 this.stateProfile = 'STATE_CONNECTING'; 138 this.stateProfile = 'STATE_CONNECTING';
|
H A D | deviceFound.ets | 220 if ( item.connectionState != DeviceState.STATE_CONNECTING 735 case DeviceState.STATE_CONNECTING:
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | BluetoothModel.ts | 58 STATE_CONNECTING = 1, 122 STATE_CONNECTING = 1, 198 this.connectionState = DeviceState.STATE_CONNECTING;
|
H A D | BluetoothModelManager.ts | 58 STATE_CONNECTING = 1, 121 STATE_CONNECTING = 1,
|
H A D | brManagerInterface.ets | 357 stateProfile = 'STATE_CONNECTING';
|
H A D | brInterface.ets | 436 stateProfile = 'STATE_CONNECTING';
|
H A D | gattServerInterface.ets | 406 connect_StateMsg = "STATE_CONNECTING"
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 31 > STATE_CONNECTING = 1, 215 >| STATE_CONNECTING | 1 | 表示profile正在连接。 |
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/ |
H A D | Br功能界面使用说明文档.md | 74 - 若本地蓝牙正在连接,返回值为1,显示信息为"STATE_CONNECTING"
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_service_base.cpp | 29 if (state.compare(GattConnectionManager::Device::STATE_CONNECTING) == 0) { in ConvertConnectionState()
|
H A D | gatt_connection_manager.h | 47 static const std::string STATE_CONNECTING; variable
|
H A D | gatt_connection_manager.cpp | 44 const std::string GattConnectionManager::Device::STATE_CONNECTING = "CONNECTING"; member in OHOS::bluetooth::GattConnectionManager::Device 931 } else if (state.compare(GattConnectionManager::Device::STATE_CONNECTING) == 0) { in ConvertConnectionState() 1286 Transition(STATE_CONNECTING); in Dispatch() 1315 : StateBase(STATE_CONNECTING, stateMachine, device) in Connecting() 1520 Transition(STATE_CONNECTING); in Dispatch()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 44 STATE_CONNECTING, enumerator 558 g_state = STATE_CONNECTING; in NextActionConnect() 568 case STATE_CONNECTING: { in NextActionConnect()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/ |
H A D | 经典蓝牙Manager使用说明文档.md | 102 >| STATE_CONNECTING | 1 | 表示profile正在连接。 | 309 - 若本地蓝牙正在连接,返回值为1,显示信息为"STATE_CONNECTING"
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-constant.md | 42 | STATE_CONNECTING | 1 | 表示profile正在连接。 |
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 567 STATE_CONNECTING = 0, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-constant.md | 42 | STATE_CONNECTING | 1 | Connecting.|
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_enum.cpp | 100 (void)SetNamedProperty(env, result, "STATE_CONNECTING", ConnectionState::STATE_CONNECTING); in ExportConnectionState()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 250 STATE_CONNECTING = 1, // the current profile is being connected enumerator
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/ |
H A D | GattManager测试使用说明文档.md | 69 >| STATE_CONNECTING | 1 | 表示profile正在连接。 |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 123 …SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_CONNECTING, "STATE_CONN… in ProfileStateInit()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 329 profileConnectionState = ProfileConnectionState::STATE_CONNECTING; in GetProfileConnectionState()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 293 | ohos.bluetooth | ProfileConnectionState | STATE_CONNECTING = 1 | 新增 |
|