This isn't specifically related to Kable but does ...
# juul-libraries
e
This isn't specifically related to Kable but does anyone have any advice on automated testing of Bluetooth functionality in an Android app? Are there any common practices to test things like Bluetooth provisioning or other Bluetooth commands being sent to a device through an Android app?
t
In the context of unit tests,
Peripheral
is an
interface
so you should be able to make fakes?
1