DayDayUpAllInOne

Results 2 issues of DayDayUpAllInOne

Hello everyone, how to get the MTU size of the current mobile phone on iOS? Thanks!

When I use the code below,The kable library reports an error ```kotlin actual suspend fun notify(device: BleDeviceEntity): Flow { val notifyCharacteristic = characteristicOf( uuidFrom(bleUuid.serviceUuid).toString(), uuidFrom(bleUuid.notifyUuid).toString() ) return device.peripheral.observe(notifyCharacteristic) } ```...