Hi,
I'm using nRF52840 with nRF5 SDK 16.0.0 and Mesh SDK 4.0.0.
I'm trying to add PB-GATT service to the ble_app_uart_coexist example. I set MESH_FEATURE_GATT_PROXY_ENABLED 1 and
MESH_FEATURE_PB_GATT_ENABLED 1, added the missing files and got this:
00> <info> app: Debug logging for UART over RTT started.
00>
00> <error> app: ERROR 4 [NRF_ERROR_NO_MEM] at mesh_adv.c:147
00>
00> PC at: 0x0005A9D5
00>
00> <error> app: End of error report
I checked previous relevant questions it's might because of conflit of two advertising sets but didn't get any answers... Has anyone solved this?