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

samples: mgmt: mcumgr: smp_svr: Bluetooth advertising restarted on connection #83041

Closed
nordicjm opened this issue Dec 16, 2024 · 0 comments · Fixed by #83040
Closed

samples: mgmt: mcumgr: smp_svr: Bluetooth advertising restarted on connection #83041

nordicjm opened this issue Dec 16, 2024 · 0 comments · Fixed by #83040
Assignees
Labels
area: mcumgr area: Samples Samples bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@nordicjm
Copy link
Collaborator

Describe the bug
Commit c6ad4a7 introduced an error whereby after a device connects, bluetooth advertising is restarted irrespective if the connection was successful or not, this leads to an error if the connection was successful since the maximum number of connections in the sample is 1 and it cannot hold a connection and be advertising for another one.

Expected behavior
Advertising not restarted if the connection was successful

Impact
Annoyance

Environment (please complete the following information):

  • Commit SHA or Version used: 29208fe present in 3.7 and 4.0
@nordicjm nordicjm added the bug The issue is a bug, or the PR is fixing a bug label Dec 16, 2024
@nordicjm nordicjm self-assigned this Dec 16, 2024
@kartben kartben added the priority: low Low impact/importance bug label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcumgr area: Samples Samples bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants