|
@@ -42,7 +42,7 @@ class BleUtil private constructor() {
|
|
|
fun initBle(application: Application) {
|
|
fun initBle(application: Application) {
|
|
|
try {
|
|
try {
|
|
|
BleManager.init(application)
|
|
BleManager.init(application)
|
|
|
- BleManager.enableLog(true)
|
|
|
|
|
|
|
+ BleManager.enableLog(ISCSConfig.DEBUG)
|
|
|
.apply {
|
|
.apply {
|
|
|
this.splitWriteNum = 500
|
|
this.splitWriteNum = 500
|
|
|
this.maxConnectCount = 2
|
|
this.maxConnectCount = 2
|