Home
last modified time | relevance | path

Searched refs:aclConnected_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.cpp140 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s, state = %{public}d", __func__, aclConnected_); in IsAclConnected()
142 return (aclConnected_ != CONNECTION_STATE_DISCONNECTED); in IsAclConnected()
147 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s, state = %{public}d", __func__, aclConnected_); in IsAclEncrypted()
149 return (aclConnected_ >= CONNECTION_STATE_CONNECTED); in IsAclEncrypted()
156 aclConnected_ = connectState; in SetAclConnectState()
H A Dclassic_remote_device.h384 bool aclConnected_ {};
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1290 aclConnected_ = connectState; in SetAclConnectState()
1313 if (aclConnected_ != BLE_CONNECTION_STATE_DISCONNECTED) { in IsAclConnected()
1329 if (aclConnected_ > BLE_CONNECTION_STATE_CONNECTED) { in IsAclEncrypted()
H A Dble_service_data.h1204 int aclConnected_ = 0; member in OHOS::bluetooth::BlePeripheralDevice

Completed in 4 milliseconds