Skip to content

tests: bluetooth: add key persistence test cases #90565

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarkWangChinese
Copy link
Collaborator

test_sm_key_persist_001
Verify that the DUT correctly stores and retrieves Bluetooth BR/EDR link keys after
a successful pairing, allowing subsequent connections without repeating the pairing process.

test_sm_key_persist_002
Verify that the DUT correctly maintains Bluetooth BR/EDR link keys in non-volatile storage
and can retrieve them after a complete power cycle.

test_sm_key_persist_003
Verify that the DUT correctly deletes stored Bluetooth BR/EDR link keys (with disconnected)
when requested through the appropriate API calls.

test_sm_key_persist_004
Verify that the DUT correctly deletes stored Bluetooth BR/EDR link keys (with connected)
when requested through the appropriate API calls.

Copy link


SHELL_STATIC_SUBCMD_SET_CREATE(
sys_cmds,
SHELL_CMD_ARG(reboot, NULL, "[id]", cmd_reboot, 1, 0),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is purpose of [id]? It is not used.

@lylezhu2012
Copy link
Collaborator

Please fix the compliance check issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants