DEN-9659: Implementation [POST]
- Created a separate file for the Bluetooth screen since it became bigger.
- Moved the WiFi and Bluetooth start in the Application controller and handled by POST events.
- Added a 5 second sleep for the Bluetooth Device to get ready in run.sh
- Added WiFi POST in run.sh
- Moved lambda functions for POST into slots.
- Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces.
- Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST).
- Improved the Bluetooth interface implementation
- Added Rinseback safety volume parameter
- Modified the SAFE_CALL's methods to be public slots.
- Removed the SerialNumber listener from VBluetooth.
- Improved the VBluetooth code and added the connection to the BluetoothController.