bluetooth: shell: Add shell commands for LE Connection Subrating
Add commands to allow requesting a subrate change via the BT shell. A new build configuration has been added to ensure this is tested in CI. Signed-off-by: Aleksandar Stanoev <aleksandar.stanoev@nordicsemi.no>
This commit is contained in:
parent
db9bcdc05e
commit
52ffbd85c8
2 changed files with 115 additions and 0 deletions
|
@ -29,6 +29,13 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
build_only: true
|
||||
bluetooth.shell.subrating:
|
||||
extra_configs:
|
||||
- CONFIG_BT_SUBRATING=y
|
||||
- CONFIG_BT_CTLR=n
|
||||
platform_allow:
|
||||
- native_posix
|
||||
build_only: true
|
||||
bluetooth.shell.cdc_acm:
|
||||
extra_args:
|
||||
- OVERLAY_CONFIG=cdc_acm.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue