When i call the sd_ble_gap_adv_start function then after a few seconds the mesh communication fails because the scanner_radio_irq_handler is not called/triggered anymore.
I am using
* softdevice 7.0.1
* nrfsdk 15.3
* mesh sdk 3.1
When i call the sd_ble_gap_adv_start function then after a few seconds the mesh communication fails because the scanner_radio_irq_handler is not called/triggered anymore.
I am using
* softdevice 7.0.1
* nrfsdk 15.3
* mesh sdk 3.1
Hi Jesse,
Could you give some more information about your application ? How you combine mesh into the application ? Do you have proxy role enabled ? Do you have an error return when calling sd_ble_gap_adv_start () ?
Have you tried to test with Softdevice v6.1.1 ? Note that Mesh SDK V3.1 is not tested with Softdevice v7.0.1 nor SDK v15.3.
I would suggest you to use Mesh SDK v3.2, SDK v15.3 and softdevice 6.1.1
We have an example of coexistence of BLE and Mesh in \examples\sdk_coexist
Hi Jesse,
Could you give some more information about your application ? How you combine mesh into the application ? Do you have proxy role enabled ? Do you have an error return when calling sd_ble_gap_adv_start () ?
Have you tried to test with Softdevice v6.1.1 ? Note that Mesh SDK V3.1 is not tested with Softdevice v7.0.1 nor SDK v15.3.
I would suggest you to use Mesh SDK v3.2, SDK v15.3 and softdevice 6.1.1
We have an example of coexistence of BLE and Mesh in \examples\sdk_coexist