Home
last modified time | relevance | path

Searched refs:IsEncryptionEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_bta_vc_device.cc48 bool VolumeControlDevice::IsEncryptionEnabled() { in IsEncryptionEnabled() function in VolumeControlDevice
/aosp12/system/bt/bta/vc/
H A Ddevices_test.cc434 ASSERT_EQ(true, device->IsEncryptionEnabled()); in TEST_F()
438 ASSERT_NE(true, device->IsEncryptionEnabled()); in TEST_F()
442 ASSERT_NE(true, device->IsEncryptionEnabled()); in TEST_F()
H A Ddevices.h99 bool IsEncryptionEnabled();
H A Ddevice.cc230 bool VolumeControlDevice::IsEncryptionEnabled() { in IsEncryptionEnabled() function in VolumeControlDevice
H A Dvc.cc125 if (device->IsEncryptionEnabled()) { in OnGattConnected()