Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTED (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DsearchProfileConnStateById.ets67 this.stateProfile = 'STATE_DISCONNECTED';
102 this.stateProfile = 'STATE_DISCONNECTED';
137 this.stateProfile = 'STATE_DISCONNECTED';
H A DdeviceFound.ets251 case DeviceState.STATE_DISCONNECTED:
741 case DeviceState.STATE_DISCONNECTED:
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DsearchProfileConnStateById.ets65 this.stateProfile = 'STATE_DISCONNECTED';
100 this.stateProfile = 'STATE_DISCONNECTED';
135 this.stateProfile = 'STATE_DISCONNECTED';
H A DdeviceFound.ets242 case DeviceState.STATE_DISCONNECTED:
731 case DeviceState.STATE_DISCONNECTED:
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DBluetoothModel.ts56 STATE_DISCONNECTED = 0,
120 STATE_DISCONNECTED = 0,
200 this.connectionState = DeviceState.STATE_DISCONNECTED;
H A DBluetoothModelManager.ts56 STATE_DISCONNECTED = 0,
119 STATE_DISCONNECTED = 0,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md27 >​ STATE_DISCONNECTED = 0,
214 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 |
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp47 const std::string GattConnectionManager::Device::STATE_DISCONNECTED = "DISCONNECTED"; member in OHOS::bluetooth::GattConnectionManager::Device
948 if (state == GattConnectionManager::Device::STATE_DISCONNECTED) { in DoShutDown()
1289 Transition(STATE_DISCONNECTED); in Dispatch()
1297 Transition(STATE_DISCONNECTED); in Dispatch()
1302 Transition(STATE_DISCONNECTED); in Dispatch()
1338 Transition(STATE_DISCONNECTED); in Dispatch()
1343 Transition(STATE_DISCONNECTED); in Dispatch()
1394 Transition(STATE_DISCONNECTED); in Dispatch()
1430 Transition(STATE_DISCONNECTED); in Dispatch()
1469 Transition(STATE_DISCONNECTED); in Dispatch()
[all …]
H A Dgatt_connection_manager.h50 static const std::string STATE_DISCONNECTED; variable
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/
H A DBr功能界面使用说明文档.md73 - 若本地蓝牙未连接,返回值为0,显示信息为"STATE_DISCONNECTED"
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp166 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
220 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetConnectionState()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/
H A D经典蓝牙Manager使用说明文档.md101 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 |
308 - 若本地蓝牙未连接,返回值为0,显示信息为"STATE_DISCONNECTED"
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md41 | STATE_DISCONNECTED | 0 | 表示profile已断连。 |
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md78 connectState: ble.ProfileConnectionState = constant.ProfileConnectionState.STATE_DISCONNECTED;
197 if (this.connectState != constant.ProfileConnectionState.STATE_DISCONNECTED) {
375 connectState: ble.ProfileConnectionState = constant.ProfileConnectionState.STATE_DISCONNECTED;
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h579 STATE_DISCONNECTED = 6, enumerator
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/controller/
H A DBluetoothDeviceController.ts284 this.getAvailableDevice(data.deviceId).connectionState = DeviceState.STATE_DISCONNECTED;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp151 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md81 connectState: ble.ProfileConnectionState = constant.ProfileConnectionState.STATE_DISCONNECTED;
200 if (this.connectState != constant.ProfileConnectionState.STATE_DISCONNECTED) {
379 connectState: ble.ProfileConnectionState = constant.ProfileConnectionState.STATE_DISCONNECTED;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp325 int32_t profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
341 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md41 | STATE_DISCONNECTED | 0 | Disconnected. |
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp102 (void)SetNamedProperty(env, result, "STATE_DISCONNECTED", ConnectionState::STATE_DISCONNECTED); in ExportConnectionState()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h249 STATE_DISCONNECTED = 0, // the current profile is disconnected enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp155 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/
H A DGattManager测试使用说明文档.md68 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 |
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp122 …SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTED, "STATE_DI… in ProfileStateInit()

123