ARMmbed / ARMmbed/ble

GapAdvertisingParams::set*() methods should allow chaining

Open
#143 1 comment 0 reactions 0 assignees View on GitHub
enhancement mirrored
Dominant language
C++
Stars
81
Forks
71
PR merge metrics
No merged PRs in 30d

Description

i.e. it should be possible to say:

`ble.gap().getAdvertisingParams().setInterval(...).setWhiteList(...)`...

Contributor guide

Open the contributing guide

Research direction

Locate the GapAdvertisingParams class and its set*() methods, then inspect how getAdvertisingParams() is exposed. Verify that the setters support the chained call shown in the issue and run the relevant existing API or Bluetooth tests, if present; done means successive setter calls compile and preserve the expected advertising parameters.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
api, embedded-iot
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.