MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / close

Method close

android/src/BluetoothSensor.java:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public void close() {
79 safeDestruct.beginShutdown();
80 gatt.close();
81 safeDestruct.finishShutdown();
82 }
83
84 @Override
85 public int getState() {

Callers

nothing calls this directly

Calls 2

beginShutdownMethod · 0.80
finishShutdownMethod · 0.80

Tested by

no test coverage detected