Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_bta_vc_device.cc38 bool VolumeControlDevice::EnableEncryption(tBTM_SEC_CALLBACK* callback) { in EnableEncryption() function in VolumeControlDevice
/aosp12/system/bt/bta/vc/
H A Ddevices.h101 bool EnableEncryption(tBTM_SEC_CALLBACK* callback);
H A Ddevice.cc239 bool VolumeControlDevice::EnableEncryption(tBTM_SEC_CALLBACK* callback) { in EnableEncryption() function in VolumeControlDevice
H A Dvc.cc130 if (!device->EnableEncryption(enc_callback_static)) { in OnGattConnected()