Handler(Looper.getMainLooper()).postDelayed({ if (AndroidManager.bluetoothMicrophone()) { aigcSpeech.speaking("蓝牙麦克风连接") } Log.d(TAG, "Bluetooth connected") }, 3000)