Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)

This commit is contained in:
Matthias Ringwald 2019-05-11 19:31:55 +02:00
parent bb2a765662
commit e501bae083
189 changed files with 227 additions and 190 deletions

View File

@ -42,7 +42,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_chipset_atwilc3000.c"
#define BTSTACK_FILE__ "btstack_chipset_atwilc3000.c"
#include "btstack_config.h"
#include "btstack_chipset_atwilc3000.h"

View File

@ -34,7 +34,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_chipset_bcm.c"
#define BTSTACK_FILE__ "btstack_chipset_bcm.c"
/*
* bt_control_bcm.c

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_chipset_bcm_download_firmware.c"
#define BTSTACK_FILE__ "btstack_chipset_bcm_download_firmware.c"
// download firmware implementation
// requires hci_dump

View File

@ -29,7 +29,7 @@
*
*/
#define __BTSTACK_FILE__ "ant_cmd.c"
#define BTSTACK_FILE__ "ant_cmd.c"
/*
* ant_cmds.c

View File

@ -34,7 +34,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_chipset_cc256x.c"
#define BTSTACK_FILE__ "btstack_chipset_cc256x.c"
/*
* btstack_chipset_cc256x.c

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "csr_set_bd_addr.c"
#define BTSTACK_FILE__ "csr_set_bd_addr.c"
// *****************************************************************************
/* EXAMPLE_START(csr_set_bd_addr): Set BD ADDR on USB CSR modules

View File

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

View File

@ -3,7 +3,7 @@
* hci_581_active_uart.c converted from hci_581_active_uart.hex
*/
#define __BTSTACK_FILE__ "hci_581_active_uart.c"
#define BTSTACK_FILE__ "hci_581_active_uart.c"
#include "hci_581_active_uart.h"

View File

@ -3,7 +3,7 @@
* hci_585.c converted from hci_585.hex
*/
#define __BTSTACK_FILE__ "hci_585.c"
#define BTSTACK_FILE__ "hci_585.c"
#include "hci_585.h"

View File

@ -5,7 +5,7 @@
* BTstack: added config for 8 connections + 251 packet len
*/
#define __BTSTACK_FILE__ "0000000_META_hci_patches_v7.c"
#define BTSTACK_FILE__ "0000000_META_hci_patches_v7.c"
#include <stdint.h>

View File

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

View File

@ -1,4 +1,41 @@
#define __BTSTACK_FILE__ "btstack_chipset_intel_firmware.c"
/*
* Copyright (C) 2018 BlueKitchen GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the copyright holders nor the names of
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
* 4. Any redistribution, use, or modification is done solely for
* personal benefit and not for any commercial purpose or for
* monetary gain.
*
* THIS SOFTWARE IS PROVIDED BY BLUEKITCHEN GMBH AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MATTHIAS
* RINGWALD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Please inquire about commercial licensing options at
* contact@bluekitchen-gmbh.com
*
*/
#define BTSTACK_FILE__ "btstack_chipset_intel_firmware.c"
#include <fcntl.h>
#include <unistd.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "ant_test.c"
#define BTSTACK_FILE__ "ant_test.c"
// *****************************************************************************
// ANT + SPP Counter demo for TI CC2567

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "att_delayed_response.c"
#define BTSTACK_FILE__ "att_delayed_response.c"
// *****************************************************************************
/* EXAMPLE_START(att_delayed_response): LE Peripheral - Delayed Response

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "audio_duplex.c"
#define BTSTACK_FILE__ "audio_duplex.c"
/*
* Audio Duplex: forward audio from BTstack audio source to audio sink - test for audio interface

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "dut_mode_classic.c"
#define BTSTACK_FILE__ "dut_mode_classic.c"
// *****************************************************************************
/* EXAMPLE_START(dut_mode_classic): Enable Device Under Test (DUT) Mode for BR/EDR

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gap_inquiry.c"
#define BTSTACK_FILE__ "gap_inquiry.c"
// *****************************************************************************
/* EXAMPLE_START(gap_inquiry): GAP Inquiry Example

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gap_link_keys.c"
#define BTSTACK_FILE__ "gap_link_keys.c"
// *****************************************************************************
/* EXAMPLE_START(gap_link_keys): GAP Link Key Management Example

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gatt_browser.c"
#define BTSTACK_FILE__ "gatt_browser.c"
// *****************************************************************************
/* EXAMPLE_START(gatt_browser): GATT Client - Discovering primary services and their characteristics

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "gatt_heart_rate_client.c"
#define BTSTACK_FILE__ "gatt_heart_rate_client.c"
// *****************************************************************************
/* EXAMPLE_START(gatt_heart_rate_client): Connects for Heart Rate Sensor and reports measurements */

View File

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

View File

@ -36,7 +36,7 @@
*
*/
#define __BTSTACK_FILE__ "hfp_hf_demo.c"
#define BTSTACK_FILE__ "hfp_hf_demo.c"
/*
* hfp_hs_demo.c

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hid_keyboard_demo.c"
#define BTSTACK_FILE__ "hid_keyboard_demo.c"
// *****************************************************************************
/* EXAMPLE_START(hid_keyboard_demo): HID Keyboard (Server) Demo

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hid_mouse_demo.c"
#define BTSTACK_FILE__ "hid_mouse_demo.c"
// *****************************************************************************
/* EXAMPLE_START(hid_mouse_demo): HID Mouse (Server) Demo

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hog_keyboard_demo.c"
#define BTSTACK_FILE__ "hog_keyboard_demo.c"
// *****************************************************************************
/* EXAMPLE_START(hog_keyboard_demo): HID-over-GATT Keyboard

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hog_mouse_demo.c"
#define BTSTACK_FILE__ "hog_mouse_demo.c"
// *****************************************************************************
/* EXAMPLE_START(hog_mouse_demo): HID-over-GATT Mouse

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "le_counter.c"
#define BTSTACK_FILE__ "le_counter.c"
// *****************************************************************************
/* EXAMPLE_START(le_counter): LE Peripheral - Heartbeat Counter over GATT

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "le_data_channel_server.c"
#define BTSTACK_FILE__ "le_data_channel_server.c"
// *****************************************************************************
/* EXAMPLE_START(le_data_channel): LE Data Channel Server - Receive data via L2CAP

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "le_streamer.c"
#define BTSTACK_FILE__ "le_streamer.c"
// *****************************************************************************
/* EXAMPLE_START(le_streamer): LE Streamer - Stream data over GATT.

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "led_counter.c"
#define BTSTACK_FILE__ "led_counter.c"
// *****************************************************************************
/* EXAMPLE_START(led_counter): Hello World: blinking LED without Bluetooth

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "nordic_spp_le_counter.c"
#define BTSTACK_FILE__ "nordic_spp_le_counter.c"
// *****************************************************************************
/* EXAMPLE_START(nordic_le_counter): LE Peripheral - Nordic SPP-like profile

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "nordic_spp_le_streamer.c"
#define BTSTACK_FILE__ "nordic_spp_le_streamer.c"
// *****************************************************************************
/* EXAMPLE_START(nordic_spp_le_streamer): LE Streamer - Stream data over GATT.

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "pbap_client_demo.c"
#define BTSTACK_FILE__ "pbap_client_demo.c"
// *****************************************************************************
/* EXAMPLE_START(pbap_client_demo): Connect to Phonebook Server and get contacts.

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "sco_demo_util.c"
#define BTSTACK_FILE__ "sco_demo_util.c"
/*
* sco_demo_util.c - send/receive test data via SCO, used by hfp_*_demo and hsp_*_demo

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "sdp_bnep_query.c"
#define BTSTACK_FILE__ "sdp_bnep_query.c"
// *****************************************************************************
/* EXAMPLE_START(sdp_bnep_query): Dump remote BNEP PAN protocol UUID and L2CAP PSM

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "sdp_general_query.c"
#define BTSTACK_FILE__ "sdp_general_query.c"
// *****************************************************************************
/* EXAMPLE_START(sdp_general_query): Dump remote SDP Records

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "sine_player.c"
#define BTSTACK_FILE__ "sine_player.c"
/*
* Sine Playback to test and validate audio output with simple wave form

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "sm_pairing_peripheral.c"
#define BTSTACK_FILE__ "sm_pairing_peripheral.c"
// *****************************************************************************
/* EXAMPLE_START(sm_pairing_peripheral): LE Peripheral - Test pairing combinations

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "spp_and_le_counter.c"
#define BTSTACK_FILE__ "spp_and_le_counter.c"
// *****************************************************************************
/* EXAMPLE_START(spp_and_le_counter): Dual mode example

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "spp_and_le_streamer.c"
#define BTSTACK_FILE__ "spp_and_le_streamer.c"
// *****************************************************************************
/* EXAMPLE_START(spp_and_le_streamer): Dual mode example

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "spp_counter.c"
#define BTSTACK_FILE__ "spp_counter.c"
// *****************************************************************************
/* EXAMPLE_START(spp_counter): SPP Server - Heartbeat Counter over RFCOMM

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "spp_flowcontrol.c"
#define BTSTACK_FILE__ "spp_flowcontrol.c"
// *****************************************************************************
/* EXAMPLE_START(spp_flowcontrol): SPP Server - Flow Control

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "ublox_spp_le_counter.c"
#define BTSTACK_FILE__ "ublox_spp_le_counter.c"
// *****************************************************************************
/* EXAMPLE_START(ublox_le_counter): LE Peripheral - Nordic SPP-like profile

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "rfcomm_cat.c"
#define BTSTACK_FILE__ "rfcomm_cat.c"
/*
* rfcomm.c

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "rfcomm_test.c"
#define BTSTACK_FILE__ "rfcomm_test.c"
/*
* rfcomm_echo.c

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "daemon_cmds.c"
#define BTSTACK_FILE__ "daemon_cmds.c"
/*
* hci_cmd.c

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "socket_connection.c"
#define BTSTACK_FILE__ "socket_connection.c"
/*
* SocketServer.c

View File

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

View File

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

View File

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

View File

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

View File

@ -29,7 +29,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_tlv_flash_bank.c"
#define BTSTACK_FILE__ "btstack_tlv_flash_bank.c"
#include "btstack_tlv.h"
#include "btstack_tlv_flash_bank.h"

View File

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

View File

@ -34,7 +34,7 @@
*
*/
#define __BTSTACK_FILE__ "hal_flash_bank_memory.c"
#define BTSTACK_FILE__ "hal_flash_bank_memory.c"
#include "hal_flash_bank.h"
#include "hal_flash_bank_memory.h"

View File

@ -43,7 +43,7 @@
* or Task Notifications if HAVE_FREERTOS_TASK_NOTIFICATIONS is defined
*/
#define __BTSTACK_FILE__ "btstack_run_loop_freertos.c"
#define BTSTACK_FILE__ "btstack_run_loop_freertos.c"
#include <stddef.h> // NULL

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "hci_transport_h2_libusb.c"
#define BTSTACK_FILE__ "hci_transport_h2_libusb.c"
/*
* hci_transport_usb.c

View File

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

View File

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

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_network_posix.c"
#define BTSTACK_FILE__ "btstack_network_posix.c"
/*
* btstack_network.c

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_run_loop_posix.c"
#define BTSTACK_FILE__ "btstack_run_loop_posix.c"
/*
* btstack_run_loop.c

View File

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

View File

@ -29,7 +29,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_tlv_posix.c"
#define BTSTACK_FILE__ "btstack_tlv_posix.c"
#include "btstack_tlv.h"
#include "btstack_tlv_posix.h"

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More