- 
    
 Technical task
        
     - 
    Resolution: Won't Do
 - 
    
P3: Somewhat important
 - 
    None
 - 
    None
 - 
    None
 
- Create a shared interface similar to QSensorPluginInterface.
 - Move the connectivity related code from SensorTagBase to the shared interface.
	
- void deviceSearch();
 - void deviceFound(const QBluetoothDeviceInfo&);
 - void deviceScanError(QBluetoothDeviceDiscoveryAgent::Error);
 - ...