我正在使用BLE设备,但无法调用onCharacteristicChanged。我有8个BluetoothGattCharacteristic需要订阅。在我找到设备onServicesDiscovered后,我启动了一个流程来订阅每个特性。privatefunrequestCharacteristics(gatt:BluetoothGatt,char:BluetoothGattCharacteristic){subscribeToCharacteristic(gatt,char,true)(charList).getOrNull(0)?.let{charList.removeAt(0)