package kjd.reactnative.bluetooth.conn;

public enum ConnectionStatus {
    DISCONNECTED,
    CONNECTING,
    CONNECTED,
    DISCONNECTING;
}
