Hi community
In order to discovery the server, I have read some examples and I got some questions regarding the use of the following methods:
sd_ble_gattc_primary_services_discover();
ble_db_discovery_start();
I know the the primary services discover it will return me the services of the server, but the db discovery? Which database is it?
I had programmed a central app, but I used to discover first the db and the services, but this caused problems, now the app just discovers the primary services and the app runs well.
Can the app handle the two discoveries?