Searched refs:localBluetoothManager (Results 1 – 1 of 1) sorted by relevance
336 LocalBluetoothManager localBluetoothManager = getLocalBluetoothManager(context); in getCachedBluetoothDevice() local337 if (localBluetoothManager != null) { in getCachedBluetoothDevice()338 return localBluetoothManager.getCachedDeviceManager().findDevice(device); in getCachedBluetoothDevice()