Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @venngar, I think mesh will still work normally if you enable the extended advertiser. You can check it with this sample for nRF Connect SDK: http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/mesh/ble_peripheral_lbs_coex/README.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I've been working on a custom side project related to Bluetooth Mesh and Direction Finding in the same device (nRF5340, using nRF Connect SDK).
I'm aware that according to the documentation, for Bluetooth Mesh the advertising mode should be either legacy or extended and that if I set CONFIG_BT_EXT_ADV=y, it means legacy advertisements for Bluetooth Mesh won't work. My goal though is to make it compatible so it can work with both.
So I'd like to know, is it possible theoretically to make Bluetooth Mesh support both advertisement types simultaneously? If yes, what are the steps to implement it if the source code of RTOS has to be changed? As far as I understand, Mesh extended advertisement support is enabled in Zephyr RTOS.
Beta Was this translation helpful? Give feedback.
All reactions