Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstancesLifecycle

Fields

Field
Declared as
Description
uint8_t
One of the following: o BLE_GATT_SVC_TYPE_PRIMARY - primary service o BLE_GATT_SVC_TYPE_SECONDARY - secondary service o 0 - No more services in this array.
const ble_uuid_t *
Pointer to service UUID; use BLE_UUIDxx_DECLARE macros to declare proper UUID; NULL if there are no more characteristics in the service.
const struct ble_gatt_svc_def **
Array of pointers to other service definitions. These services are reported as "included services" during service discovery. Terminate the array with NULL.
const struct ble_gatt_chr_def *
Array of characteristic definitions corresponding to characteristics belonging to this service.

References

from 0/17 examples