ble_gatts_register_svcs() function
Registers a set of services, characteristics, and descriptors to be accessed by GATT clients.
Arguments
svcs
A table of the service definitions to be registered.
cb_arg
The optional argument to pass to the callback function.
Return value
0 on success; BLE_HS_ENOMEM if registration failed due to resource exhaustion; BLE_HS_EINVAL if the service definition table contains an invalid element.