mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
btstack-config.h -> btstack_config.h
This commit is contained in:
parent
a9a4c40924
commit
7907f06931
@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bt_control_bcm.h"
|
||||
|
||||
#include <stddef.h> /* NULL */
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "ant_cmds.h"
|
||||
#include "classic/sdp_util.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "hci.h"
|
||||
|
||||
/**
|
||||
|
@ -59,7 +59,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bt_control_cc256x.h"
|
||||
|
||||
#include <stddef.h> /* NULL */
|
||||
|
@ -43,7 +43,7 @@
|
||||
* Allows to set public BD ADDR
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bt_control_em9301.h"
|
||||
|
||||
#include <stddef.h> /* NULL */
|
||||
|
@ -42,7 +42,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bt_control_stlc2500d.h"
|
||||
|
||||
#include <stddef.h> /* NULL */
|
||||
|
@ -45,7 +45,7 @@
|
||||
* - Set baud rate
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bt_control_tc3566x.h"
|
||||
|
||||
#include <stddef.h> /* NULL */
|
||||
|
@ -308,5 +308,5 @@ In addition to the HCI packets, you can also enable BTstack's debug information
|
||||
#define ENABLE_LOG_INFO
|
||||
#define ENABLE_LOG_ERROR
|
||||
|
||||
to the btstack-config.h and recompiling your application.
|
||||
to the btstack_config.h and recompiling your application.
|
||||
|
||||
|
@ -19,7 +19,7 @@ system tick (as it is the default with CMSIS on ARM Cortex devices), you
|
||||
can use that to implement BTstack’s time abstraction in
|
||||
*include/btstack/hal_tick.h\>*.
|
||||
|
||||
For this, you need to define *HAVE_TICK* in *btstack-config.h*:
|
||||
For this, you need to define *HAVE_TICK* in *btstack_config.h*:
|
||||
|
||||
#define HAVE_TICK
|
||||
|
||||
@ -44,7 +44,7 @@ If your platform already has a system clock or it is more convenient to
|
||||
provide such a clock, you can use the Time MS Hardware Abstraction in
|
||||
*include/btstack/hal_time_ms.h*.
|
||||
|
||||
For this, you need to define *HAVE_TIME_MS* in *btstack-config.h*:
|
||||
For this, you need to define *HAVE_TIME_MS* in *btstack_config.h*:
|
||||
|
||||
#define HAVE_TIME_MS
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "btstack_run_loop.h"
|
||||
#include "hci_cmd.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_memory.h"
|
||||
|
@ -59,7 +59,7 @@
|
||||
#include "hci_cmd.h"
|
||||
#include "btstack_util.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
|
||||
#include "btstack_debug.h"
|
||||
|
@ -58,7 +58,7 @@
|
||||
// - ..
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "classic/sdp_util.h"
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "classic/sdp_util.h"
|
||||
|
@ -48,7 +48,7 @@
|
||||
* service and initiates a BNEP connection.
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
|
@ -44,7 +44,7 @@
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -43,7 +43,7 @@
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "classic/sdp_util.h"
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "classic/sdp_util.h"
|
||||
|
@ -58,7 +58,7 @@
|
||||
#include "btstack_memory.h"
|
||||
#include "classic/rfcomm.h"
|
||||
#include "classic/sdp.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 500
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_util.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "hci.h"
|
||||
#include "btstack_debug.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack.h"
|
||||
#include "btstack_client.h"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#ifndef __btstack_run_loop_EMBEDDED_H
|
||||
#define __btstack_run_loop_EMBEDDED_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_linked_list.h"
|
||||
|
||||
#ifdef HAVE_TIME
|
||||
|
@ -46,7 +46,7 @@
|
||||
* Created by Matthias Ringwald on 9/16/11.
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -43,7 +43,7 @@
|
||||
* Created by Matthias Ringwald on 4/29/09.
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <termios.h> /* POSIX terminal control definitions */
|
||||
#include <fcntl.h> /* File control definitions */
|
||||
|
@ -13,7 +13,7 @@ SRC_FILES = btstack_memory.c btstack_linked_list.c btstack_memory_pool.c run_lo
|
||||
SRC_FILES += hci_dump.c hci.c hci_cmd.c btstack_util.c l2cap.c
|
||||
BLE_FILES = ad_parser.c att.c att_server.c att_dispatch.c att_db_util.c le_device_db_memory.c gatt_client.c
|
||||
BLE_FILES += sm.c ancs_client.h ancs_client.c
|
||||
PORT_FILES = btstack-config.h bsp_arduino_em9301.cpp BTstack.cpp BTstack.h
|
||||
PORT_FILES = btstack_config.h bsp_arduino_em9301.cpp BTstack.cpp BTstack.h
|
||||
EMBEDDED_FILES = btstack_run_loop_embedded.c hci_transport_h4_embedded.c
|
||||
|
||||
PATHS = $(addprefix ${BTSTACK_ROOT}/src/, ${SRC_FILES})
|
||||
|
2
port/daemon/.gitignore
vendored
2
port/daemon/.gitignore
vendored
@ -2,7 +2,7 @@ Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
btstack-config.h
|
||||
btstack_config.h
|
||||
config.status
|
||||
config
|
||||
configure
|
||||
|
@ -117,67 +117,67 @@ echo "HAVE_SO_NOSIGPIPE: $HAVE_SO_NOSIGPIPE"
|
||||
echo
|
||||
echo
|
||||
|
||||
# create btstack-config.h
|
||||
rm -f btstack-config.h
|
||||
echo "//" >> btstack-config.h
|
||||
echo "// btstack-config.h" >> btstack-config.h
|
||||
echo "// created by configure for BTstack " >> btstack-config.h
|
||||
echo "//" `date` >> btstack-config.h
|
||||
echo "//" >> btstack-config.h
|
||||
echo >> btstack-config.h
|
||||
echo "#ifndef __BTSTACK_CONFIG" >> btstack-config.h
|
||||
echo "#define __BTSTACK_CONFIG" >> btstack-config.h
|
||||
echo >> btstack-config.h
|
||||
# create btstack_config.h
|
||||
rm -f btstack_config.h
|
||||
echo "//" >> btstack_config.h
|
||||
echo "// btstack_config.h" >> btstack_config.h
|
||||
echo "// created by configure for BTstack " >> btstack_config.h
|
||||
echo "//" `date` >> btstack_config.h
|
||||
echo "//" >> btstack_config.h
|
||||
echo >> btstack_config.h
|
||||
echo "#ifndef __BTSTACK_CONFIG" >> btstack_config.h
|
||||
echo "#define __BTSTACK_CONFIG" >> btstack_config.h
|
||||
echo >> btstack_config.h
|
||||
|
||||
echo "// Port related features" >> btstack-config.h
|
||||
echo "#define HAVE_TIME" >> btstack-config.h
|
||||
echo "#define HAVE_MALLOC" >> btstack-config.h
|
||||
echo "#define HAVE_BZERO" >> btstack-config.h
|
||||
echo "// Port related features" >> btstack_config.h
|
||||
echo "#define HAVE_TIME" >> btstack_config.h
|
||||
echo "#define HAVE_MALLOC" >> btstack_config.h
|
||||
echo "#define HAVE_BZERO" >> btstack_config.h
|
||||
if test "x$HAVE_SO_NOSIGPIPE" == xyes ; then
|
||||
echo "#define HAVE_SO_NOSIGPIPE" >> btstack-config.h
|
||||
echo "#define HAVE_SO_NOSIGPIPE" >> btstack_config.h
|
||||
fi
|
||||
echo >> btstack-config.h
|
||||
echo >> btstack_config.h
|
||||
|
||||
# todo: HAVE -> ENABLE in features below
|
||||
|
||||
echo "// BTstack features that can be enabled" >> btstack-config.h
|
||||
echo "#define ENABLE_BLE" >> btstack-config.h
|
||||
echo "#define ENABLE_LOG_ERROR" >> btstack-config.h
|
||||
echo "#define ENABLE_LOG_INFO " >> btstack-config.h
|
||||
echo "#define ENABLE_RFCOMM" >> btstack-config.h
|
||||
echo "#define ENABLE_SDP" >> btstack-config.h
|
||||
echo "#define ENABLE_SDP_DES_DUMP" >> btstack-config.h
|
||||
echo >> btstack-config.h
|
||||
echo "// BTstack features that can be enabled" >> btstack_config.h
|
||||
echo "#define ENABLE_BLE" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
||||
echo "#define ENABLE_RFCOMM" >> btstack_config.h
|
||||
echo "#define ENABLE_SDP" >> btstack_config.h
|
||||
echo "#define ENABLE_SDP_DES_DUMP" >> btstack_config.h
|
||||
echo >> btstack_config.h
|
||||
|
||||
echo "// BTstack configuration. buffers, sizes, .." >> btstack-config.h
|
||||
echo "#define HCI_ACL_PAYLOAD_SIZE 1021" >> btstack-config.h
|
||||
echo >> btstack-config.h
|
||||
echo "// BTstack configuration. buffers, sizes, .." >> btstack_config.h
|
||||
echo "#define HCI_ACL_PAYLOAD_SIZE 1021" >> btstack_config.h
|
||||
echo >> btstack_config.h
|
||||
|
||||
echo "// Daemon configuration" >> btstack-config.h
|
||||
echo "// Daemon configuration" >> btstack_config.h
|
||||
# todo: USE_BLUETOOL -> HAVE_BLUETOOL
|
||||
# todo: USE_POWERMANAGEMENT -> HAVE_POWERMANAGMENT / ENABLE_POWERMANAGEMENT
|
||||
if test "x$HCI_TRANSPORT" = xUSB; then
|
||||
USB_SOURCES=hci_transport_h2_libusb.c
|
||||
echo "#define HAVE_TRANSPORT_USB" >> btstack-config.h
|
||||
echo "#define USB_PRODUCT_ID $USB_PRODUCT_ID" >> btstack-config.h
|
||||
echo "#define USB_VENDOR_ID $USB_VENDOR_ID" >> btstack-config.h
|
||||
echo "#define HAVE_TRANSPORT_USB" >> btstack_config.h
|
||||
echo "#define USB_PRODUCT_ID $USB_PRODUCT_ID" >> btstack_config.h
|
||||
echo "#define USB_VENDOR_ID $USB_VENDOR_ID" >> btstack_config.h
|
||||
else
|
||||
echo "#define HAVE_TRANSPORT_H4" >> btstack-config.h
|
||||
echo "#define UART_DEVICE \"$UART_DEVICE\"" >> btstack-config.h
|
||||
echo "#define UART_SPEED $UART_SPEED" >> btstack-config.h
|
||||
echo "#define HAVE_TRANSPORT_H4" >> btstack_config.h
|
||||
echo "#define UART_DEVICE \"$UART_DEVICE\"" >> btstack_config.h
|
||||
echo "#define UART_SPEED $UART_SPEED" >> btstack_config.h
|
||||
if test "x$USE_BLUETOOL" = xyes; then
|
||||
echo "#define USE_BLUETOOL" >> btstack-config.h
|
||||
echo "#define USE_BLUETOOL" >> btstack_config.h
|
||||
fi
|
||||
if test "x$USE_POWERMANAGEMENT" = xyes; then
|
||||
echo "#define USE_POWERMANAGEMENT" >> btstack-config.h
|
||||
echo "#define USE_POWERMANAGEMENT" >> btstack_config.h
|
||||
fi
|
||||
fi
|
||||
if test ! -z "$REMOTE_DEVICE_DB" ; then
|
||||
echo "#define REMOTE_DEVICE_DB $REMOTE_DEVICE_DB" >> btstack-config.h
|
||||
echo "#define REMOTE_DEVICE_DB $REMOTE_DEVICE_DB" >> btstack_config.h
|
||||
fi
|
||||
|
||||
echo >> btstack-config.h
|
||||
echo "#endif" >> btstack-config.h
|
||||
echo >> btstack_config.h
|
||||
echo "#endif" >> btstack_config.h
|
||||
|
||||
AC_SUBST(HAVE_LIBUSB)
|
||||
AC_SUBST(REMOTE_DEVICE_DB_SOURCES)
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "classic/rfcomm.h"
|
||||
#include "classic/sdp.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "classic/rfcomm.h"
|
||||
#include "classic/sdp.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
#include "hci.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
int btstack_main(int argc, const char * argv[]);
|
||||
|
||||
|
@ -7,4 +7,4 @@ include $(THEOS)/makefiles/common.mk
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||
|
||||
distclean:
|
||||
rm -rf layout btstack-config.h src/Makefile example/Makefile Makefile
|
||||
rm -rf layout btstack_config.h src/Makefile example/Makefile Makefile
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// btstack-config.h
|
||||
// btstack_config.h
|
||||
// created by configure for BTstack
|
||||
// Tue Oct 14 21:52:44 CEST 2014
|
||||
//
|
@ -45,7 +45,7 @@
|
||||
* Bluetooth Toggle by BigBoss
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "bt_control_iphone.h"
|
||||
#include "hci_transport.h"
|
||||
|
@ -45,7 +45,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define SOCKET_DEVICE "com.apple.uart.bluetooth"
|
||||
#include <sys/socket.h>
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "platform_iphone.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "../port/ios/SpringBoardAccess/SpringBoardAccess.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -59,7 +59,7 @@
|
||||
|
||||
#include <libusb.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_debug.h"
|
||||
#include "hci.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_posix.h"
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "classic/rfcomm.h"
|
||||
#include "classic/sdp.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <msp430x54x.h>
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "classic/rfcomm.h"
|
||||
#include "classic/sdp.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#define HEARTBEAT_PERIOD_MS 1000
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "hci.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
static void hw_setup(void){
|
||||
// stop watchdog timer
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <msp430x54x.h>
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
#include "hci_dump.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "classic/remote_device_db.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
static void hw_setup(void){
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// btstack-config.h created by configure for BTstack Thu Apr 24 14:34:39 CEST 2014
|
||||
// btstack_config.h created by configure for BTstack Thu Apr 24 14:34:39 CEST 2014
|
||||
|
||||
#ifndef __BTSTACK_CONFIG
|
||||
#define __BTSTACK_CONFIG
|
@ -42,7 +42,7 @@
|
||||
* Created by Matthias Ringwald on 4/29/09.
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
</logicalFolder>
|
||||
</logicalFolder>
|
||||
<itemPath>../src/app_btstack_debug.h</itemPath>
|
||||
<itemPath>../src/btstack-config.h</itemPath>
|
||||
<itemPath>../src/btstack_config.h</itemPath>
|
||||
<itemPath>../src/btstack_port.h</itemPath>
|
||||
<itemPath>../src/app.h</itemPath>
|
||||
</logicalFolder>
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_posix.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_posix.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <btstack/run_loop.h>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_posix.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#ifndef __btstack_run_loop_WICED_H
|
||||
#define __btstack_run_loop_WICED_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_run_loop.h"
|
||||
#include "wiced.h"
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
* HCI Transport API implementation for basic H4 protocol for use with btstack_run_loop_wiced.c
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_run_loop_wiced.h"
|
||||
|
||||
#include "btstack_debug.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#ifndef __AD_PARSER_H
|
||||
#define __AD_PARSER_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -43,7 +43,7 @@
|
||||
#ifndef __ATT_DB_UTIL
|
||||
#define __ATT_DB_UTIL
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#
|
||||
#ifdef HAVE_MALLOC
|
||||
#else
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "btstack_util.h"
|
||||
#include "classic/sdp_util.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "ble/gatt_client.h"
|
||||
#include "ble/ad_parser.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#ifndef __BTSTACK_H
|
||||
#define __BTSTACK_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "bluetooth.h"
|
||||
#include "btstack.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#ifndef __DEBUG_H
|
||||
#define __DEBUG_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "hci_dump.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -51,7 +51,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
// Core
|
||||
#include "hci.h"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
static const btstack_run_loop_t * the_run_loop = NULL;
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#ifndef __btstack_run_loop_H
|
||||
#define __btstack_run_loop_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_linked_list.h"
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
* Created by Matthias Ringwald on 7/23/09.
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_util.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
//
|
||||
// *****************************************************************************
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "classic/sdp_util.h"
|
||||
#include "hci_cmd.h"
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <stdint.h>
|
||||
#include "btstack_linked_list.h"
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -39,7 +39,7 @@
|
||||
* sdp_client.c
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "classic/sdp_client.h"
|
||||
|
||||
#include "hci_cmd.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef __SDP_CLIENT_H
|
||||
#define __SDP_CLIENT_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "btstack_util.h"
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef __SDP_PARSER_H
|
||||
#define __SDP_PARSER_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
#include "classic/sdp_util.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
#include "bluetooth.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -42,7 +42,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
#include "hci.h"
|
||||
#include "gap.h"
|
||||
|
@ -45,7 +45,7 @@
|
||||
#ifndef __HCI_H
|
||||
#define __HCI_H
|
||||
|
||||
#include "btstack-config.h"
|
||||
#include "btstack_config.h"
|
||||
|
||||
|
||||
#include "btstack_control.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user