Package com.medm.devicekit
Interface BluetoothState.Listener
- Enclosing class:
 - BluetoothState
 
public static interface BluetoothState.Listener
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonStateChanged(boolean isOn) Notify if bluetooth state changed by the user. 
- 
Method Details
- 
onStateChanged
void onStateChanged(boolean isOn) Notify if bluetooth state changed by the user. Please note that ifMedMDeviceKitConfig.controlBluetoothStateis set the callback isn't called for Android 12 or lower. 
 -