-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make smp and sidewalk parallel #643
Make smp and sidewalk parallel #643
Conversation
1b9529d
to
5a55397
Compare
|
7e16d63
to
d9da400
Compare
da45118
to
d373619
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a first-look review. Code looks good in gerenal, but naming and file location is incositent withe the rest of the repo. Plus some question about work.
To be continued.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, no need to change form me
0ca10a7
to
4b0c6e3
Compare
This commit prepares PAL to be used alongside other BLE instances. Signed-off-by: Konrad Derda <[email protected]>
update unit tests Co-authored-by: Robert Gałat <[email protected]> Co-authored-by: Konrad Derda <[email protected]> Signed-off-by: Konrad Derda <[email protected]> Signed-off-by: Robert Gałat <[email protected]>
remove id from kconfig, as it should not be concern for the user. collisions are prevented by using enum. Signed-off-by: Robert Gałat <[email protected]>
remove disabling of Sidewalk when entering to DFU mode Signed-off-by: Robert Gałat <[email protected]>
define new name for BLE ADV for Sidewalk services. Signed-off-by: Robert Gałat <[email protected]>
allow to restart adv when disconnected and log connection Signed-off-by: Robert Gałat <[email protected]>
code style fixes Signed-off-by: Robert Gałat <[email protected]>
add ble authorization to samples to filter service Signed-off-by: Robert Gałat <[email protected]>
To prevent conflict with SMP DFU, disable sbdt Signed-off-by: Robert Gałat <[email protected]>
simplify gatt authorize function Signed-off-by: Robert Gałat <[email protected]>
4a3bd20
to
b2e2a97
Compare
prevent calling change_adv_work when already connected Signed-off-by: Robert Gałat <[email protected]>
05e7532
to
db91143
Compare
prevent sidewalk from handling sbdt events in DFU mode Signed-off-by: Robert Gałat <[email protected]>
db91143
to
ecec552
Compare
CI parameters
extends on #603
Description
JIRA ticket: KRKNWK-17860, KRKNWK-18460
Self review