Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_keystore.cc36 std::unique_ptr<BluetoothKeystoreInterface> bluetoothKeystoreInstance; variable
102 if (!bluetoothKeystoreInstance) { in getBluetoothKeystoreInterface()
103 bluetoothKeystoreInstance.reset(new BluetoothKeystoreInterfaceImpl()); in getBluetoothKeystoreInterface()
106 return bluetoothKeystoreInstance.get(); in getBluetoothKeystoreInterface()