mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 19:20:54 +00:00
fix include paths for iOS
This commit is contained in:
parent
5d50985801
commit
23535e8f8c
@ -34,7 +34,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <stdint.h>
|
||||
#import <btstack/btstack.h>
|
||||
#import "btstack.h"
|
||||
|
||||
#define PREFS_REMOTE_NAME @"RemoteName"
|
||||
#define PREFS_LINK_KEY @"LinkKey"
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#import <BTstack/BTstackManager.h>
|
||||
|
||||
#import <btstack/btstack.h>
|
||||
#import "btstack.h"
|
||||
#import <btstack/BTDevice.h>
|
||||
|
||||
#define INQUIRY_INTERVAL 3
|
||||
|
@ -29,7 +29,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#import <btstack/btstack.h>
|
||||
#import "btstack.h"
|
||||
|
||||
typedef enum transitionStates {
|
||||
kIdle = 1,
|
||||
|
@ -10,7 +10,7 @@ BUNDLE_NAME = BTstack
|
||||
BTstack_FILES = PrefsViewController.m BluetoothController.m BluetoothTableViewAdapter.m
|
||||
BTstack_INSTALL_PATH = /Library/PreferenceBundles
|
||||
BTstack_FRAMEWORKS = UIKit
|
||||
BTstack_CFLAGS = -I.. -I../../../include -g
|
||||
BTstack_CFLAGS = -I.. -I../../../src -g
|
||||
|
||||
BTstack_LDFLAGS = -L../src/.theos/obj -lBTstack
|
||||
BTstack_PRIVATE_FRAMEWORKS = Preferences
|
||||
|
@ -10,7 +10,7 @@ ARCHS = armv6 arm64
|
||||
BTSTACK_ROOT=../../..
|
||||
VPATH += $(BTSTACK_ROOT)/example/daemon
|
||||
|
||||
ADDITIONAL_CFLAGS = -I.. -I$(BTSTACK_ROOT)/include
|
||||
ADDITIONAL_CFLAGS = -I.. -I$(BTSTACK_ROOT)/src -I$(BTSTACK_ROOT)/ble
|
||||
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
||||
|
||||
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
||||
|
@ -40,8 +40,8 @@
|
||||
#import "EAGLView.h"
|
||||
#import "EAGLViewController.h"
|
||||
|
||||
#import <btstack/btstack.h>
|
||||
#import <btstack/run_loop.h>
|
||||
#import "btstack.h"
|
||||
#import "run_loop.h"
|
||||
#import <btstack/hci_cmds.h>
|
||||
|
||||
@interface UIDevice (privateAPI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user