#include <ble_gattc.h>
Initiate or continue a GATT Primary Service Discovery procedure.
This function initiates or resumes a Primary Service discovery procedure, starting from the supplied handle. If the last service has not been reached, this function must be called again with an updated start handle value to continue the search. See also ble_gattc_opt_uuid_disc_t.
- Events generated
-
- Relevant Message Sequence Charts
-
- Parameters
-
| [in] | conn_handle | The connection handle identifying the connection to perform this procedure on. |
| [in] | start_handle | Handle to start searching from. |
| [in] | p_srvc_uuid | Pointer to the service UUID to be found. If it is NULL, all primary services will be returned. |
- Return values
-