Kotlin
Cmds.getMtuLengthSPP().send { if (it.error.code == 0) { // 成功 // it.res is IDOSppMtuModel }else { // 失败 } }