Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lancaster-university/BLE_API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: remay/BLE_API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 31, 2015

  1. dfu: removed static DFUService

    We don't always want a default DFU service.
    
    The micro:bit has its own DFU service, and thusly
    the default can be removed in this isntance.
    jamesadevine committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    5fca0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. BLE_API: getInstance added to GattClient.h

    added a static method to obtain a lightweight GattClient
    instance.
    jamesadevine committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2409ae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. microbit: Added support for explicit notify operation of underlying G…

    …ATTServers.
    
    Added to complement the semantics of the write() operation that allows users to selectively
    ignroe NOTIFY requests.
    finneyj committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    c9ee82c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Extend DiscoveredCharacteristic to allow registering for notification…

    …s/indications
    
    Add DiscoveredCharacteristic::requestHVX() to hide the details of
    finding the CCCD descriptor and writing it to request
    notifications/indications.
    remay committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    8683307 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Configuration menu
    Copy the full SHA
    3d8dbad View commit details
    Browse the repository at this point in the history
  2. Correct merge

    remay committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    dfe2b52 View commit details
    Browse the repository at this point in the history
Loading