My peripheral uses a generic sensor service which I use for various sensors. Most of the sensors only have one integer as value and can be abstracted the same, hence I made a generic sensor service. Now there will be cases where the peripheral has two sensors, each having their instance of my sensor service. This seems to work fine on the nRF Connect app.
The issues I am having is discovering both these services in my central device. I registered the uuid using ble_db_discovery_evt_register()
, but I only get one event.