package com.scuttlebutt.bluetoothbridge.receivers;

public interface BluetoothEnablednessHandler {

    void onEnabled();

    void onDisabled();

}
