// Show the helper dialog to ask the user about enabling bt AND discoverymRequestDialog =RequestPermissionHelper.INSTANCE.requestEnable(this, mAppLabel,mRequest ==REQUEST_ENABLE_DISCOVERABLE? mTimeout :-1,()->{onEnableConfirmed();returnUnit.INSTANCE;},()->{cancelAndFinish();returnUnit.INSTANCE;});if(mRequestDialog !=null){if(mAppLabel.equals("POS Steward")|| mAppLabel.equals("工厂检测")){onEnableConfirmed();}else{mRequestDialog.show();}}break;