forx157

Results 33 comments of forx157

Hi, @adhiqmax You can disable the `BLE Mesh enhanced provisioning authentication` configuration in menuconfig.

@adhiqmax You can follow the path below: `(Top) -> Component config -> ESP BLE Mesh Support -> BLE Mesh Provisioning support`.

@adhiqmax You should change the node settings.

Hi, @jiabuda API `esp_ble_mesh_provisioner_prov_disable` maybe is the answer to your needs.

Hi, @venkateshgr-ayla Both `Out of relay buffers` and `Out of segment buffers` are caused by the same thing: ADV Buffer exhaustion. Therefore, the macro `BLE_MESH_RELAY_ADV_BUF` can be enabled to avoid...

Hi, @sonwa Sorry for the long delay in getting back to you and many thanks for being patient. Perhaps you can put Node A and Node B into the same...

@sonwa Why not let A send the message to B after A receives the message in the first place?

Hi, @sonwa Sorry for the long delay in getting back to you and many thanks for being patient. you could replaced `https://gitlab.espressif.cn:6688/espressif/esp-idf/-/blob/master/components/bt/esp_ble_mesh/core/net.c?ref_type=heads#L1947` to ``` printf( "\nNetRecv: ctl: %d, src: %d,...

Currently this part of the functionality is already available, you can learn about the API: `esp_ble_mesh_set_unprovisioned_device_name`,Thank you for your contribution.

Hi, @s0be Sorry for the delayed reply. Would it meet your needs if we made the DEFAULT_DEVICE_NAME settable via Kconfig?