mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
include requried headers in btstack.h
This commit is contained in:
parent
23053b9e43
commit
ffa95428fe
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user