Home
last modified time | relevance | path

Searched refs:EnableEncryption (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state.cc438 EnableEncryption(); in OnLinkKeyNotification()
488 EnableEncryption(); in OnAuthenticationComplete()
573 void LegacyPairingState::EnableEncryption() { in EnableEncryption() function in bt::gap::LegacyPairingState
H A Dsecure_simple_pairing_state.cc592 EnableEncryption(); in OnLinkKeyNotification()
636 EnableEncryption(); in OnAuthenticationComplete()
894 void SecureSimplePairingState::EnableEncryption() { in EnableEncryption() function in bt::gap::SecureSimplePairingState
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_vc_device.cc29 bool VolumeControlDevice::EnableEncryption() { in EnableEncryption() function in VolumeControlDevice
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlegacy_pairing_state.h260 void EnableEncryption();
H A Dsecure_simple_pairing_state.h439 void EnableEncryption();
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h147 bool EnableEncryption();
Ddevice.cc661 bool VolumeControlDevice::EnableEncryption() { in EnableEncryption() function in VolumeControlDevice
Dvc.cc216 if (!device->EnableEncryption()) { in OnGattConnected()