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

[nrf noup] BLE Extended Advertisement option (#31532) #386

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

LipinskiPNordicSemi
Copy link
Contributor

@LipinskiPNordicSemi LipinskiPNordicSemi commented Feb 12, 2024

This commit implements solution for new config CHIP_DEVICE_CONFIG_BLE_EXT_ADVERTISING which allow device to be visibly longer for the commissioning.

Cherry-picked PR content:

  • additions to support changes as discussed in connectedhomeip-spec #7825

  • add Silabs platform example implementation

  • add extension for ExtendedAnnouncementFlag + Silabs platform usage

  • Restyled by clang-format

  • adjust based on review comments - 1

  • Restyled by clang-format

  • add missing include guard for default case

  • Revert "Restyled by clang-format"

This reverts commit 6d3f9e107de9a8421524437f44c2113730e52e54.

  • fix extra bracket causing a bug + restyle changes

  • Restyled by clang-format

  • adjust based on review comments - 2

  • Restyled by clang-format


@LipinskiPNordicSemi LipinskiPNordicSemi changed the title [nrf fromtree][TCR] Extended Announcement additions (#31532) [nrf noup] BLE Extended Advertisment option (#31532) Feb 13, 2024
@LipinskiPNordicSemi LipinskiPNordicSemi changed the title [nrf noup] BLE Extended Advertisment option (#31532) [nrf noup] BLE Extended Advertisement option (#31532) Feb 13, 2024
src/include/platform/CHIPDeviceConfig.h Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/include/platform/CHIPDeviceConfig.h Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.cpp Outdated Show resolved Hide resolved
src/include/platform/CHIPDeviceConfig.h Outdated Show resolved Hide resolved
src/platform/nrfconnect/CHIPDevicePlatformConfig.h Outdated Show resolved Hide resolved
src/platform/Zephyr/BLEManagerImpl.h Outdated Show resolved Hide resolved
config/zephyr/Kconfig Outdated Show resolved Hide resolved
config/zephyr/Kconfig Outdated Show resolved Hide resolved
cnanoleaf and others added 2 commits February 21, 2024 12:12
* additions to support changes as discussed in connectedhomeip-spec #7825

* add Silabs platform example implementation

* add extension for ExtendedAnnouncementFlag + Silabs platform usage

* Restyled by clang-format

* adjust based on review comments - 1

* Restyled by clang-format

* add missing include guard for default case

* Revert "Restyled by clang-format"

This reverts commit 6d3f9e107de9a8421524437f44c2113730e52e54.

* fix extra bracket causing a bug + restyle changes

* Restyled by clang-format

* adjust based on review comments - 2

* Restyled by clang-format

---------

Cherry picked from: ca17912

Co-authored-by: Restyled.io <commits@restyled.io>
This commit implements solution for new config
CHIP_DEVICE_CONFIG_BLE_EXT_ADVERTISING which allow
device to be visibly longer for the commissioning.

Signed-off-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
@markaj-nordic markaj-nordic merged commit c86d08a into nrfconnect:master Feb 21, 2024
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants