Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DsearchProfileConnStateById.ets70 this.stateProfile = 'STATE_CONNECTING';
105 this.stateProfile = 'STATE_CONNECTING';
140 this.stateProfile = 'STATE_CONNECTING';
H A DdeviceFound.ets227 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 DsearchProfileConnStateById.ets68 this.stateProfile = 'STATE_CONNECTING';
103 this.stateProfile = 'STATE_CONNECTING';
138 this.stateProfile = 'STATE_CONNECTING';
H A DdeviceFound.ets220 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 DBluetoothModel.ts58 STATE_CONNECTING = 1,
122 STATE_CONNECTING = 1,
198 this.connectionState = DeviceState.STATE_CONNECTING;
H A DBluetoothModelManager.ts58 STATE_CONNECTING = 1,
121 STATE_CONNECTING = 1,
H A DbrManagerInterface.ets357 stateProfile = 'STATE_CONNECTING';
H A DbrInterface.ets436 stateProfile = 'STATE_CONNECTING';
H A DgattServerInterface.ets406 connect_StateMsg = "STATE_CONNECTING"
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md31 >​ STATE_CONNECTING = 1,
215 >| STATE_CONNECTING | 1 | 表示profile正在连接。 |
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/
H A DBr功能界面使用说明文档.md74 - 若本地蓝牙正在连接,返回值为1,显示信息为"STATE_CONNECTING"
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp29 if (state.compare(GattConnectionManager::Device::STATE_CONNECTING) == 0) { in ConvertConnectionState()
H A Dgatt_connection_manager.h47 static const std::string STATE_CONNECTING; variable
H A Dgatt_connection_manager.cpp44 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 Dbt_connection_manager.cpp44 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使用说明文档.md102 >| STATE_CONNECTING | 1 | 表示profile正在连接。 |
309 - 若本地蓝牙正在连接,返回值为1,显示信息为"STATE_CONNECTING"
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md42 | STATE_CONNECTING | 1 | 表示profile正在连接。 |
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h567 STATE_CONNECTING = 0, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md42 | STATE_CONNECTING | 1 | Connecting.|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp100 (void)SetNamedProperty(env, result, "STATE_CONNECTING", ConnectionState::STATE_CONNECTING); in ExportConnectionState()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h250 STATE_CONNECTING = 1, // the current profile is being connected enumerator
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/
H A DGattManager测试使用说明文档.md69 >| STATE_CONNECTING | 1 | 表示profile正在连接。 |
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp123 …SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_CONNECTING, "STATE_CONN… in ProfileStateInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp329 profileConnectionState = ProfileConnectionState::STATE_CONNECTING; in GetProfileConnectionState()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md293 | ohos.bluetooth | ProfileConnectionState | STATE_CONNECTING = 1 | 新增 |

12