Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLE improvements #80

Merged
merged 5 commits into from
Oct 12, 2019
Merged

BLE improvements #80

merged 5 commits into from
Oct 12, 2019

Commits on Oct 2, 2019

  1. Update README.md

    arsab committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d0696d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    f0598e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/1'

    arsab committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8ae3224 View commit details
    Browse the repository at this point in the history
  3. BLE fixes

    Code Inspection fixes:
    - Discovering new device means we could find New valid device/service (couple validity check with search) so changes to ServiceInterface, BleSensorSDK18, CscService, HeartRateService, BatteryService.
    
    - When we buffer messages send to sensor, try to keep order: use FIFO  rather than LIFO so changes to Executer
    
    Try to reconnect while riding with click or on disconnect (get far and comme back...) so changes to CockpitActivity, CockpitView, SensorService , AppBroadcaster, Connector
    
    Improve new sensor discovery:
    - Make selective scan to reduce sensor list to sort: so changes to BleScannerSDK21
    - speed up new service association during scann: so changes to BleSensorsSDK18, SensorItemState
    
    This improve significantly BLE discovery and keep connection, it would be worth in future to decouple "configuration" vs run time states
    arsab committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b087bdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    759ad8d View commit details
    Browse the repository at this point in the history