Bluetooth Interface Spec
class BluetoothInterfaceSpec @Inject constructor(factory: BluetoothInterfaceFactory, bluetoothRepository: BluetoothRepository) : InterfaceSpec<BluetoothInterface> , Logging
Bluetooth backend implementation.