Interface BluetoothState.TurnOnListener

Enclosing class:
BluetoothState

public static interface BluetoothState.TurnOnListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify if bluetooth state turned on by the user.
  • Method Details

    • onBluetoothOn

      void onBluetoothOn()
      Notify if bluetooth state turned on by the user. Please note that if MedMDeviceKitConfig.controlBluetoothState is set the callback isn't called for Android 12 or lower.