-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
[ble-mesh] [esp32-p4] some features are not working (IDFGH-14483) #15253
Comments
Hi, @chegewara Thanks for your report! |
Hi @forx157
logs with V11 support enabled (stripped) - looks like precompiled binary for ble mesh v1.1 is not linked
There is running log when i enable
I have BLE 5.0 support enabled on C6 esp hosted slave (by default). Thanks |
Hi, @chegewara Regarding the errors generated after turning on ble 5.0, you can turn on the option BLE_MESH_USE_BLE_50 (currently only supported on esp32c3, esp32s3 platforms in the master branch), and of course, if you really need ble 5.0 for your development, we can also provide you with a patch after the Chinese New Year holiday to facilitate your testing. |
Hi @forx157 At the moment i dont have particular needs for it (no clients so far)so i will play with features that are available. Regarding BLE 50, i thought all chips series C, including C6, should support it (not just C2 and S3). Thanks for support |
BTW there may be few features missing on P4 (and with any hosted based app) because they are in BT controller and API is not available, like
Thanks |
Hi, @chegewara about your question:
I'll invite others to answer this question. |
Answers checklist.
General issue report
Hi team,
recently esp-hosted component has been released with bluedroid support. I made some quick testing to check if it is working with bluedroid ble mesh and mostly it is working, so i am happy with it.
I found 2 features that are not working:
BT_BLE_50_FEATURES_SUPPORTED
- im not sure if its general issue or just with ble mesh; when this option is enabled then after calling esp_ble_mesh_node_prov_enable i get this errorundefined reference to bt_mesh_prov_XXX
errorsThanks
The text was updated successfully, but these errors were encountered: