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

[WIP] Add unit test workflow #135

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2020

  1. Change advertising raw data setting

    If a BLEAdvertisingData packet has the raw data parameter set, all the other parameters are ignored when encoding the actual data packet.
    This means that the raw data parameter can be as long as the maximum length for an advertising packet (MAX_AD_DATA_LENGTH), that is 31 bytes as per BLE standard.
    During the setting of the raw data parameter: if the passed raw data length is larger than this maximum value, then the raw data is not set and the function returns false.
    polldo committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    3c4972c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6080fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71115a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. [CI] Improve unit tests

    - improve test failures readability
    - add const qualifiers to golden data for improving safety
    polldo committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e620d4c View commit details
    Browse the repository at this point in the history