After connecting to a device and then calling await ble.withPromises.disconnect(id), I noticed that both the success callback from disconnect() and the failure callback from .connect() fire at the exact same time on both iOS and Android? According to the documentation this shouldn't be the case (but only when the peripheral itself initiates this).