include requried headers in btstack.h

This commit is contained in:
matthias.ringwald 2009-09-28 21:20:27 +00:00
parent 23053b9e43
commit ffa95428fe
4 changed files with 2 additions and 10 deletions

View File

@ -10,9 +10,6 @@
#include <strings.h>
#include <btstack/btstack.h>
#include <btstack/run_loop.h>
#include <btstack/hci_cmds.h>
#include <btstack/utils.h>
#define NAME "BTstack-in-the-Middle"
#define EIR_LEN 240

View File

@ -10,9 +10,6 @@
#include <strings.h>
#include <btstack/btstack.h>
#include <btstack/run_loop.h>
#include <btstack/hci_cmds.h>
#include <btstack/utils.h>
// copy and paste from BTnut

View File

@ -10,9 +10,6 @@
#include <strings.h>
#include <btstack/btstack.h>
#include <btstack/run_loop.h>
#include <btstack/hci_cmds.h>
#include <btstack/utils.h>
// bd_addr_t addr = {0x00, 0x03, 0xc9, 0x3d, 0x77, 0x43 }; // Think Outside Keyboard
bd_addr_t addr = {0x00, 0x19, 0x1d, 0x90, 0x44, 0x68 }; // WiiMote

View File

@ -10,7 +10,8 @@
#pragma once
#include <btstack/hci_cmds.h>
// #include "l2cap.h"
#include <btstack/run_loop.h>
#include <btstack/utils.h>
#include <stdint.h>