btstack.h (b661adb4827c7fd90d8a0131b73842765ea03a3c) | btstack.h (d567aeb32398f2a708611c446bcd9bad85a152cd) |
---|---|
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 --- 92 unchanged lines hidden (view full) --- 101#include "ble/gatt-service/microphone_control_service_client.h" 102#include "ble/gatt-service/microphone_control_service_server.h" 103#include "ble/gatt-service/scan_parameters_service_client.h" 104#include "ble/gatt-service/scan_parameters_service_server.h" 105#include "ble/gatt-service/tx_power_service_server.h" 106#include "ble/gatt-service/volume_control_service_server.h" 107#include "ble/gatt-service/volume_offset_control_service_server.h" 108#ifdef ENABLE_MESH | 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 --- 92 unchanged lines hidden (view full) --- 101#include "ble/gatt-service/microphone_control_service_client.h" 102#include "ble/gatt-service/microphone_control_service_server.h" 103#include "ble/gatt-service/scan_parameters_service_client.h" 104#include "ble/gatt-service/scan_parameters_service_server.h" 105#include "ble/gatt-service/tx_power_service_server.h" 106#include "ble/gatt-service/volume_control_service_server.h" 107#include "ble/gatt-service/volume_offset_control_service_server.h" 108#ifdef ENABLE_MESH |
109#include "ble/gatt-service/mesh_provisioning_service_server.h" 110#include "ble/gatt-service/mesh_proxy_service_server.h" | 109#include "mesh/gatt-service/mesh_provisioning_service_server.h" 110#include "mesh/gatt-service/mesh_proxy_service_server.h" |
111#endif 112#include "ble/gatt_client.h" 113#include "ble/le_device_db.h" 114#include "ble/sm.h" 115#endif 116 117#ifdef ENABLE_CLASSIC 118#include "classic/a2dp_sink.h" --- 33 unchanged lines hidden (view full) --- 152#include "classic/sdp_client.h" 153#include "classic/sdp_client_rfcomm.h" 154#include "classic/sdp_server.h" 155#include "classic/sdp_util.h" 156#include "classic/spp_server.h" 157#endif 158 159#ifdef ENABLE_MESH | 111#endif 112#include "ble/gatt_client.h" 113#include "ble/le_device_db.h" 114#include "ble/sm.h" 115#endif 116 117#ifdef ENABLE_CLASSIC 118#include "classic/a2dp_sink.h" --- 33 unchanged lines hidden (view full) --- 152#include "classic/sdp_client.h" 153#include "classic/sdp_client_rfcomm.h" 154#include "classic/sdp_server.h" 155#include "classic/sdp_util.h" 156#include "classic/spp_server.h" 157#endif 158 159#ifdef ENABLE_MESH |
160#include "ble/gatt-service/mesh_provisioning_service_server.h" 161#include "ble/gatt-service/mesh_proxy_service_server.h" | |
162#include "mesh/adv_bearer.h" 163#include "mesh/beacon.h" 164#include "mesh/gatt_bearer.h" | 160#include "mesh/adv_bearer.h" 161#include "mesh/beacon.h" 162#include "mesh/gatt_bearer.h" |
163#include "mesh/gatt-service/mesh_provisioning_service_server.h" 164#include "mesh/gatt-service/mesh_proxy_service_server.h" |
|
165#include "mesh/mesh.h" 166#include "mesh/mesh_access.h" 167#include "mesh/mesh_configuration_client.h" 168#include "mesh/mesh_configuration_server.h" 169#include "mesh/mesh_crypto.h" 170#include "mesh/mesh_foundation.h" 171#include "mesh/mesh_generic_default_transition_time_client.h" 172#include "mesh/mesh_generic_default_transition_time_server.h" --- 18 unchanged lines hidden --- | 165#include "mesh/mesh.h" 166#include "mesh/mesh_access.h" 167#include "mesh/mesh_configuration_client.h" 168#include "mesh/mesh_configuration_server.h" 169#include "mesh/mesh_crypto.h" 170#include "mesh/mesh_foundation.h" 171#include "mesh/mesh_generic_default_transition_time_client.h" 172#include "mesh/mesh_generic_default_transition_time_server.h" --- 18 unchanged lines hidden --- |