Hi there.
This is my first time to utilize BLE mesh of NRF5.
I just wonder that the library supports getting the number of nodes in the mesh network.
When utilizing the ble central and ble peripheral, getting rssi or physical address can be easily done
by using library for example, sd_ble_gap_rssi_get(m_conn_handle,&p_rssi,&p_ch_index)
Is there a fuction getting the number of existing nodes in the mesh network?