1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-01 13:20:50 +00:00

mesh: fix BTSTACK_FILE__ tags

This commit is contained in:
Matthias Ringwald 2019-10-16 21:39:42 +02:00
parent f4888a7276
commit 2d4000d185
27 changed files with 27 additions and 27 deletions

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_provisioning_service_server.c"
#define BTSTACK_FILE__ "mesh_provisioning_service_server.c"
#include "ble/gatt-service/mesh_provisioning_service_server.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_proxy_service_server.c"
#define BTSTACK_FILE__ "mesh_proxy_service_server.c"
#include "ble/gatt-service/mesh_proxy_service_server.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "adv_bearer.c"
#define BTSTACK_FILE__ "adv_bearer.c"
#define ENABLE_LOG_DEBUG

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "beacon.c"
#define BTSTACK_FILE__ "beacon.c"
#include "mesh/beacon.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gatt_bearer.c"
#define BTSTACK_FILE__ "gatt_bearer.c"
#include <string.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh.c"
#define BTSTACK_FILE__ "mesh.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_access.c"
#define BTSTACK_FILE__ "mesh_access.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_configuration_server.c"
#define BTSTACK_FILE__ "mesh_configuration_server.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_crypto.c"
#define BTSTACK_FILE__ "mesh_crypto.c"
#include <string.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_foundation.c"
#define BTSTACK_FILE__ "mesh_foundation.c"
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_generic_level_client.c"
#define BTSTACK_FILE__ "mesh_generic_level_client.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_generic_level_server.c"
#define BTSTACK_FILE__ "mesh_generic_level_server.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_generic_on_off_client.c"
#define BTSTACK_FILE__ "mesh_generic_on_off_client.c"
#include "mesh/mesh_generic_on_off_client.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_generic_on_off_server.c"
#define BTSTACK_FILE__ "mesh_generic_on_off_server.c"
#include "mesh/mesh_generic_on_off_server.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_health_server.c"
#define BTSTACK_FILE__ "mesh_health_server.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_iv_index_seq_number.c"
#define BTSTACK_FILE__ "mesh_iv_index_seq_number.c"
#include "mesh/mesh_iv_index_seq_number.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_keys.c"
#define BTSTACK_FILE__ "mesh_keys.c"
#include <string.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_lower_transport.c"
#define BTSTACK_FILE__ "mesh_lower_transport.c"
#include <stdio.h>
#include <stdlib.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_network.c"
#define BTSTACK_FILE__ "mesh_network.c"
#include <stdio.h>
#include <stdlib.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_node.c"
#define BTSTACK_FILE__ "mesh_node.c"
#include "bluetooth_company_id.h"
#include "mesh/mesh_foundation.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_proxy.c"
#define BTSTACK_FILE__ "mesh_proxy.c"
#include "mesh/mesh_proxy.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "mesh_virtual_addresses.c"
#define BTSTACK_FILE__ "mesh_virtual_addresses.c"
#include "mesh/mesh_virtual_addresses.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "pb_adv.c"
#define BTSTACK_FILE__ "pb_adv.c"
#include "pb_adv.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "pb_gatt.c"
#define BTSTACK_FILE__ "pb_gatt.c"
#include "mesh/pb_gatt.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "provisioning.c"
#define BTSTACK_FILE__ "provisioning.c"
#include "mesh/provisioning.h"

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "provisioning_device.c"
#define BTSTACK_FILE__ "provisioning_device.c"
#include <stdint.h>
#include <stdio.h>

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "provisioning_provisioner.c"
#define BTSTACK_FILE__ "provisioning_provisioner.c"
#include "mesh/provisioning_provisioner.h"