rename bt_control_h top btstack_control.h

This commit is contained in:
Matthias Ringwald 2016-01-20 15:06:36 +01:00
parent ff8c6fbf01
commit af3c1ffe4c
13 changed files with 12 additions and 12 deletions

View File

@ -48,7 +48,7 @@
#include <stdio.h>
#include <string.h> /* memcpy */
#include "bt_control.h"
#include "btstack_control.h"
#include "btstack_debug.h"
// actual init script provided by separate bt_firmware_image.c from WICED SDK

View File

@ -48,7 +48,7 @@ extern "C" {
#endif
#include <stdint.h>
#include "bt_control.h"
#include "btstack_control.h"
bt_control_t * bt_control_bcm_instance(void);

View File

@ -74,7 +74,7 @@
#include <avr/pgmspace.h>
#endif
#include "bt_control.h"
#include "btstack_control.h"
// actual init script provided by seperate .c file

View File

@ -48,7 +48,7 @@ extern "C" {
#endif
#include <stdint.h>
#include "bt_control.h"
#include "btstack_control.h"
#include "hci_transport.h"
bt_control_t *bt_control_cc256x_instance(void);

View File

@ -48,7 +48,7 @@
#include <stdio.h>
#include <string.h> /* memcpy */
#include "bt_control.h"
#include "btstack_control.h"
#include "btstack_debug.h"
#include "utils.h"

View File

@ -49,7 +49,7 @@ extern "C" {
#endif
#include <stdint.h>
#include "bt_control.h"
#include "btstack_control.h"
#include "hci_transport.h"
bt_control_t * bt_control_csr_instance(void);

View File

@ -50,7 +50,7 @@
extern "C" {
#endif
#include "bt_control.h"
#include "btstack_control.h"
bt_control_t *bt_control_em9301_instance(void);

View File

@ -50,7 +50,7 @@
extern "C" {
#endif
#include "bt_control.h"
#include "btstack_control.h"
bt_control_t *bt_control_stlc2500d_instance(void);

View File

@ -52,7 +52,7 @@
extern "C" {
#endif
#include "bt_control.h"
#include "btstack_control.h"
bt_control_t *bt_control_tc3566x_instance(void);

View File

@ -44,7 +44,7 @@
#ifndef __BT_CONTROL_IPHONE_H
#define __BT_CONTROL_IPHONE_H
#include "bt_control.h"
#include "btstack_control.h"
#if defined __cplusplus
extern "C" {

View File

@ -47,7 +47,7 @@
#include "btstack-config.h"
#include "bluetooth.h"
#include "bt_control.h"
#include "btstack_control.h"
#include "btstack.h"
#include "btstack_defines.h"
#include "btstack_memory.h"

View File

@ -48,7 +48,7 @@
#include "btstack-config.h"
#include "bt_control.h"
#include "btstack_control.h"
#include "classic/remote_device_db.h"
#include "hci_cmds.h"
#include "hci_transport.h"