btstack.h (f3a32fdcb9900fa034530ba569b2421a14983887) | btstack.h (fc975d0e06abb00b1a0fb0ad0ca67eed0cb0a0eb) |
---|---|
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 --- 75 unchanged lines hidden (view full) --- 84#include "ble/gatt-service/ancs_client.h" 85#include "ble/gatt-service/battery_service_client.h" 86#include "ble/gatt-service/battery_service_server.h" 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" | 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 --- 75 unchanged lines hidden (view full) --- 84#include "ble/gatt-service/ancs_client.h" 85#include "ble/gatt-service/battery_service_client.h" 86#include "ble/gatt-service/battery_service_server.h" 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" |
|
92#include "ble/gatt-service/hids_device.h" 93#include "ble/gatt-service/scan_parameters_service_client.h" 94#ifdef ENABLE_MESH 95#include "ble/gatt-service/mesh_provisioning_service_server.h" 96#include "ble/gatt-service/mesh_proxy_service_server.h" 97#endif 98#include "ble/gatt_client.h" | 93#include "ble/gatt-service/hids_device.h" 94#include "ble/gatt-service/scan_parameters_service_client.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" |
99#include "ble/hids_client.h" | |
100#include "ble/le_device_db.h" 101#include "ble/sm.h" 102#endif 103 104#ifdef ENABLE_CLASSIC 105#include "classic/a2dp_sink.h" 106#include "classic/a2dp_source.h" 107#include "classic/avdtp.h" --- 65 unchanged lines hidden --- | 100#include "ble/le_device_db.h" 101#include "ble/sm.h" 102#endif 103 104#ifdef ENABLE_CLASSIC 105#include "classic/a2dp_sink.h" 106#include "classic/a2dp_source.h" 107#include "classic/avdtp.h" --- 65 unchanged lines hidden --- |