I use nrf5_SDK_for_Mesh_v3.2.0_src , nRF5_SDK_15.3.0_59ac345 and board pca10040.
Copy the ble_app_uart_coexist
folder into the examples/ble_peripheral
folder at your nRF5 SDK installation path.
I want to test coexistence.
The following is log.
<t: 20744>, prov_beacon.c, 94, beacon_hash: BE915706
<t: 20749>, nrf_mesh.c, 406, mesh_state 1
<info> app: Initializing and adding models
<t: 20749>, nrf_mesh.c, 406, mesh_state 1
<info> app: Initializing and adding models
<info> app: Debug logging for UART over RTT started.
<info> app: Device UUID
A0 28 C5 F9 71 66 AA 49|.(..qf.I
BB E5 82 AB D8 32 8A 91|.....2..
nRF Connect can find it.
but nRF Mesh can't find it.
I haven't changed the source code.