ble_gatts_find_svc() function
Retrieves the attribute handle associated with a local GATT service.
Arguments
uuid
The UUID of the service to look up.
out_handle
On success, populated with the handle of the service attribute. Pass null if you don't need this value.
Return value
0 on success; BLE_HS_ENOENT if the specified service could not be found.