-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bluetooth: define BT_COMPANY_ID_NORDIC #12447
Bluetooth: define BT_COMPANY_ID_NORDIC #12447
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
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 for modem_shell
.
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.
LGTM. I would consider changing CONFIG_BT_COMPANY_ID_NORDIC->CONFIG_BT_COMPANY_ID in C language related files
Added DNM so that this does not get accidentally merged since there are already three approvals. |
3c6f474
to
7e4aafc
Compare
7e4aafc
to
0173201
Compare
261b475
to
d056698
Compare
Also set BT_COMPANY_ID to BT_COMPANY_ID_NORDIC. Making a kconfig option makes it also usable outside sdk-nrf. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
Also set BT_COMPANY_ID to BT_COMPANY_ID_NORDIC.
Making a kconfig option makes it also usable outside sdk-nrf.