Package com.medm.devicekit
Interface BluetoothState.TurnOnListener
- Enclosing class:
- BluetoothState
public static interface BluetoothState.TurnOnListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 ifMedMDeviceKitConfig.controlBluetoothState
is set the callback isn't called for Android 12 or lower.
-