bluetooth

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9639: Code Review 0

Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

  1. … 13 more files in changeset.
DEN-9637: Update Design Documents

- Added the ability to enable/disable the vitals measurement logs [it's still unknown that how to stop in case of the treatment ended by alarm or system fault.]

- Added the Battery Level of the selected device.

  1. … 17 more files in changeset.
DEN-9653: Implementation - Settings [Screen]

  1. … 7 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

DEN-9657: Implementation - Event Driven Reading

DEN-9658: Implementation - Treatment Log

  1. … 17 more files in changeset.
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.

  1. … 19 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Adding the Characteristics and descriptor notifications/log

  1. … 8 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Removed the paring

- improved the scanEnabled (scanInProgress) logic

- improved the re-connection

  1. … 5 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- First successful BP measurement read.

  1. … 6 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

  1. … 7 more files in changeset.
[ DEN-9653 , DEN9655 ] : Implementation - Settings [ Screen , MVC ]

    • -0
    • +384
    ./BluetoothInterface.cpp
    • -0
    • +105
    ./BluetoothInterface.h
  1. … 16 more files in changeset.
DEN-7041: Fixed cppcheck error

DEN-4867: Code Review 0 - Requested Modifications

- Removed startBLETimer and killBLETimer so we are not creating and deleting timers. Only one timer will be used

- Added toggleBLETimer

- Logging measurements when they are received instead of using qDebug

- Passing device addr and name to BLEScanner instead of just addr so only a QBluetoothDeviceInfo object is necessary, allowing removal of the macAddress QString

- Removed VBluetoothDeviceInfo static cast in VBluetooth::doSelectDevice

  1. … 4 more files in changeset.
DEN-4867: Addressed code review comments

DEN-4866, DEN-4863, DEN-4862: Added class descriptions, fixed unit test, ran static code analysis

- Fixed tst_canbus issue likely introduced in f1e100d1368

  1. … 5 more files in changeset.
DEN-4863, DEN-4865: Updated unit tests and code coverage for bluetooth

  1. … 8 more files in changeset.
Merge master into DEN-4860_BLE

  1. … 23 more files in changeset.
DEN-5515, DEN-5516: Disabled verbose bluetooth debugging

  1. … 1 more file in changeset.
DEN-5515, DEN-5516: Setup in-treatment bp/hr measurement alerts

- Replaced some instances of qDebug with LOG_DEBUG

- Docstring fixes, cleanup

  1. … 8 more files in changeset.
DEN-5516, 5514 - BLE Interface updates

- When reconnecting to the last paired device on startup, ensure we repeatedly try to connect to it by updating the BLE connection type

- Docstring additions

- Keeping some code in case it is needed for future use with other BLE devices

  1. … 1 more file in changeset.
DEN-5516, DEN-5514: Ensure connection to BP-Cuff is re-established after power cycle

  1. … 4 more files in changeset.
DEN-5514: Checking omron bp service is not null before querying for data, confirmed data populates on treatment monitor page now automatically after a measurement.

  1. … 3 more files in changeset.
DEN-5515: Added VAlert class to support BLE related alerts

  1. … 23 more files in changeset.
DEN-4860: BLE Settings Page Updates

- Saving my devices to disk

- Loading my devices on startup

- BLEScanner improvements

- Refactored VBluetoothDeviceInfo

  1. … 9 more files in changeset.
DEN-4860: Confirmed data received after measurement completion.

- In progress update for 1Hz check-in w/ BLE Cuff capability

  1. … 7 more files in changeset.
DEN-4860: Updated Bluetooth Settings Page Layout

- Added My Devices list view

- Upon selecting a device and successful connection, the device is moved from the devices list view to the my devices list view

  1. … 5 more files in changeset.
DEN-4860: Continue refactoring to align with coding standard

  1. … 4 more files in changeset.
Merge master into DEN-4860_BLE

  1. … 11 more files in changeset.
DEN-4860: In progress update

  1. … 20 more files in changeset.