mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
rename bt_control_h top btstack_control.h
This commit is contained in:
parent
ff8c6fbf01
commit
af3c1ffe4c
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
@ -50,7 +50,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "bt_control.h"
|
||||
#include "btstack_control.h"
|
||||
|
||||
bt_control_t *bt_control_em9301_instance(void);
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "bt_control.h"
|
||||
#include "btstack_control.h"
|
||||
|
||||
bt_control_t *bt_control_stlc2500d_instance(void);
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "bt_control.h"
|
||||
#include "btstack_control.h"
|
||||
|
||||
bt_control_t *bt_control_tc3566x_instance(void);
|
||||
|
||||
|
@ -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" {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user