package com.reactnativertmppublisher.enums;

public enum BluetoothDeviceStatuses {
  CONNECTING,
  CONNECTED,
  DISCONNECTED
}
