Home
last modified time | relevance | path

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

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