#pragma once #include "host/ble_gatt.h" enum {RAW_VALUES_SVC_ID, CALC_VALUES_SVC_ID, CONFIGURATION_SVC_ID, SVCS_NUM}; extern struct ble_gatt_svc_def gatt_svcs[SVCS_NUM + 1];