btstack.h (3cbedd4337c5f865d4c28535558ba1f75f168a17) | btstack.h (89974af9536673573950965d8fd4954cabae108e) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 78 unchanged lines hidden (view full) --- 87#include "ble/gatt-service/cycling_power_service_server.h" 88#include "ble/gatt-service/cycling_speed_and_cadence_service_server.h" 89#include "ble/gatt-service/device_information_service_client.h" 90#include "ble/gatt-service/device_information_service_server.h" 91#include "ble/gatt-service/heart_rate_service_server.h" 92#include "ble/gatt-service/hids_client.h" 93#include "ble/gatt-service/hids_device.h" 94#include "ble/gatt-service/scan_parameters_service_client.h" | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 78 unchanged lines hidden (view full) --- 87#include "ble/gatt-service/cycling_power_service_server.h" 88#include "ble/gatt-service/cycling_speed_and_cadence_service_server.h" 89#include "ble/gatt-service/device_information_service_client.h" 90#include "ble/gatt-service/device_information_service_server.h" 91#include "ble/gatt-service/heart_rate_service_server.h" 92#include "ble/gatt-service/hids_client.h" 93#include "ble/gatt-service/hids_device.h" 94#include "ble/gatt-service/scan_parameters_service_client.h" |
95#include "ble/gatt-service/scan_parameters_service_server.h" |
|
95#ifdef ENABLE_MESH 96#include "ble/gatt-service/mesh_provisioning_service_server.h" 97#include "ble/gatt-service/mesh_proxy_service_server.h" 98#endif 99#include "ble/gatt_client.h" 100#include "ble/le_device_db.h" 101#include "ble/sm.h" 102#endif --- 70 unchanged lines hidden --- | 96#ifdef ENABLE_MESH 97#include "ble/gatt-service/mesh_provisioning_service_server.h" 98#include "ble/gatt-service/mesh_proxy_service_server.h" 99#endif 100#include "ble/gatt_client.h" 101#include "ble/le_device_db.h" 102#include "ble/sm.h" 103#endif --- 70 unchanged lines hidden --- |