Hello,
Thank you for this sample project. It is not easy find samples that interact with bluetooth devices, applying clean architecture.
I have one question about bluetooth interaction: would it be possible create specific use cases for bluetooth interaction?
For instance, we could create ScanBleDevicesUseCase or ConnectToBleDeviceUseCase or something similar.
Do you think that would it be overengineering?
Thank you :)