Home
last modified time | relevance | path

Searched refs:SetAclConnectState (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h246 void SetAclConnectState(int connectState);
H A Dclassic_remote_device.cpp152 void ClassicRemoteDevice::SetAclConnectState(int connectState) in SetAclConnectState() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.cpp1614 remoteDevice->SetAclConnectState(CONNECTION_STATE_ENCRYPTED_BREDR); in ReceiveEncryptionChange()
1616 remoteDevice->SetAclConnectState(CONNECTION_STATE_CONNECTED); in ReceiveEncryptionChange()
2060 remoteDevice->SetAclConnectState(connectState); in ReceiveConnectionComplete()
2083 device.second->SetAclConnectState(CONNECTION_STATE_DISCONNECTED); in ReceiveDisconnectionComplete()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1299 it->second.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()
1313 peerDevice.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()
1340 it->second.SetAclConnectState(BLE_CONNECTION_STATE_DISCONNECTED); in LeDisconnectionCompleteTask()
1436 it->second.SetAclConnectState(BLE_CONNECTION_STATE_ENCRYPTED_LE); in EncryptionComplete()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h980 void SetAclConnectState(int connectState);
H A Dble_service_data.cpp1288 void BlePeripheralDevice::SetAclConnectState(int connectState) in SetAclConnectState() function in OHOS::bluetooth::BlePeripheralDevice

Completed in 12 milliseconds