/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | searchProfileConnStateById.ets | 67 this.stateProfile = 'STATE_DISCONNECTED'; 102 this.stateProfile = 'STATE_DISCONNECTED'; 137 this.stateProfile = 'STATE_DISCONNECTED';
|
H A D | deviceFound.ets | 251 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 D | searchProfileConnStateById.ets | 65 this.stateProfile = 'STATE_DISCONNECTED'; 100 this.stateProfile = 'STATE_DISCONNECTED'; 135 this.stateProfile = 'STATE_DISCONNECTED';
|
H A D | deviceFound.ets | 242 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 D | BluetoothModel.ts | 56 STATE_DISCONNECTED = 0, 120 STATE_DISCONNECTED = 0, 200 this.connectionState = DeviceState.STATE_DISCONNECTED;
|
H A D | BluetoothModelManager.ts | 56 STATE_DISCONNECTED = 0, 119 STATE_DISCONNECTED = 0,
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 27 > STATE_DISCONNECTED = 0, 214 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 |
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 47 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 D | gatt_connection_manager.h | 50 static const std::string STATE_DISCONNECTED; variable
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/ |
H A D | Br功能界面使用说明文档.md | 73 - 若本地蓝牙未连接,返回值为0,显示信息为"STATE_DISCONNECTED"
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 166 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使用说明文档.md | 101 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 | 308 - 若本地蓝牙未连接,返回值为0,显示信息为"STATE_DISCONNECTED"
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-constant.md | 41 | STATE_DISCONNECTED | 0 | 表示profile已断连。 |
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 78 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 D | avsession_info.h | 579 STATE_DISCONNECTED = 6, enumerator
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/controller/ |
H A D | BluetoothDeviceController.ts | 284 this.getAvailableDevice(data.deviceId).connectionState = DeviceState.STATE_DISCONNECTED;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 151 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 81 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 D | napi_bluetooth_utils.cpp | 325 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 D | js-apis-bluetooth-constant.md | 41 | STATE_DISCONNECTED | 0 | Disconnected. |
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_enum.cpp | 102 (void)SetNamedProperty(env, result, "STATE_DISCONNECTED", ConnectionState::STATE_DISCONNECTED); in ExportConnectionState()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 249 STATE_DISCONNECTED = 0, // the current profile is disconnected enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 155 int32_t profileState = ProfileConnectionState::STATE_DISCONNECTED; in GetDeviceState()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/ |
H A D | GattManager测试使用说明文档.md | 68 >| STATE_DISCONNECTED | 0 | 表示profile已断连。 |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 122 …SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_DISCONNECTED, "STATE_DI… in ProfileStateInit()
|