Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_keystore.cc42 std::unique_ptr<BluetoothKeystoreInterface> bluetoothKeystoreInstance; variable
124 if (!bluetoothKeystoreInstance) { in getBluetoothKeystoreInterface()
125 bluetoothKeystoreInstance.reset(new BluetoothKeystoreInterfaceImpl()); in getBluetoothKeystoreInterface()
128 return bluetoothKeystoreInstance.get(); in getBluetoothKeystoreInterface()