-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
@Override
protected void onCreate(){
mBLEController = BluetoothLEController.getInstance().build(this);
mBLEController.setBluetoothListener(bluetoothLEListener);
}
@Override
protected void onDestroy() {
super.onDestroy();
try {
mBLEController.release();
}catch (Exception e){
LogManager.LogEA(e);
}
}
@Override
protected void onPause() {
super.onPause();
/*my custom key, use when scanLe*/
if(getCurrentState() == START_SCAN_STATE) {
mBLEController.cancelScan();
}
}Please fix, thank you for support.
I am using BLE Simulator (Battery Service).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
