Searched refs:getDfuState (Results 1 – 5 of 5) sorted by relevance
79 public RemoteProxy.DfuResult getDfuState(BluetoothDevice device) { in getDfuState() method in LocalBluetoothDeviceProvider82 return provider.getDfuState(device); in getDfuState()
42 DfuResult getDfuState(BluetoothDevice device); in getDfuState() method
332 if (proxy.getDfuState() != null) { in deviceCheckDfu()493 return proxy != null ? proxy.getDfuState() : null; in getRemoteDfuState()860 public DfuResult getDfuState(BluetoothDevice device) { in getDfuState() method in BluetoothDeviceService.LocalBinder
192 public abstract DfuResult getDfuState(); in getDfuState() method in RemoteProxy
192 public DfuResult getDfuState() { in getDfuState() method