diff --git a/src/btstack.h b/src/btstack.h index 2722f8bbf..c2109c0f0 100644 --- a/src/btstack.h +++ b/src/btstack.h @@ -79,6 +79,12 @@ #include "ble/att_db_util.h" #include "ble/att_dispatch.h" #include "ble/att_server.h" +#include "ble/gatt-service/battery_service_server.h" +#include "ble/gatt-service/cycling_power_service_server.h" +#include "ble/gatt-service/cycling_speed_and_cadence_service_server.h" +#include "ble/gatt-service/device_information_service_server.h" +#include "ble/gatt-service/heart_rate_service_server.h" +#include "ble/gatt-service/hids_device.h" #include "ble/gatt_client.h" #include "ble/le_device_db.h" #include "ble/sm.h"