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:
parent
f4888a7276
commit
2d4000d185
src
ble/gatt-service
mesh
adv_bearer.cbeacon.cgatt_bearer.cmesh.cmesh_access.cmesh_configuration_server.cmesh_crypto.cmesh_foundation.cmesh_generic_level_client.cmesh_generic_level_server.cmesh_generic_on_off_client.cmesh_generic_on_off_server.cmesh_health_server.cmesh_iv_index_seq_number.cmesh_keys.cmesh_lower_transport.cmesh_network.cmesh_node.cmesh_proxy.cmesh_virtual_addresses.cpb_adv.cpb_gatt.cprovisioning.cprovisioning_device.cprovisioning_provisioner.c
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user