Found 16 other functions taking a
ble_gatt_svc_def
argument:
Queues a set of service definitions for registration. All services queued in this manner get registered when ble_gatts_start() is called.
Adjusts a host configuration object's settings to accommodate the specified service definition array. This function adds the counts to the appropriate fields in the supplied configuration object without clearing them first, so it can be called repeatedly with different inputs to calculate totals. Be sure to zero the GATT server settings prior to the first call to this function.
Registers a set of services, characteristics, and descriptors to be accessed by GATT clients.
Adds a set of services for registration. All services added in this manner get registered immidietely.
Accumulates counts of each resource type required by the specified service definition array. This function is generally used to calculate some host configuration values prior to initialization. This function adds the counts to the appropriate fields in the supplied ble_gatt_resources object without clearing them first, so it can be called repeatedly with different inputs to calculate totals. Be sure to zero the resource struct prior to the first call to this function.