mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
use bt_control_stlc2500d
This commit is contained in:
parent
762e7944d6
commit
2ad00f2cde
@ -56,12 +56,14 @@
|
|||||||
#include "hci.h"
|
#include "hci.h"
|
||||||
#include "hci_dump.h"
|
#include "hci_dump.h"
|
||||||
#include "stdin_support.h"
|
#include "stdin_support.h"
|
||||||
|
#include "bt_control_stlc2500d.h"
|
||||||
|
|
||||||
int btstack_main(int argc, const char * argv[]);
|
int btstack_main(int argc, const char * argv[]);
|
||||||
|
|
||||||
static hci_uart_config_t hci_uart_config_cc256x = {
|
static hci_uart_config_t hci_uart_config_cc256x = {
|
||||||
NULL,
|
NULL,
|
||||||
115200,
|
115200,
|
||||||
|
0, // main baudrate: set to higher standard values if needed e.g. 460800
|
||||||
};
|
};
|
||||||
|
|
||||||
static void sigint_handler(int param){
|
static void sigint_handler(int param){
|
||||||
@ -92,7 +94,7 @@ int main(int argc, const char * argv[]){
|
|||||||
|
|
||||||
// init HCI
|
// init HCI
|
||||||
hci_transport_t * transport = hci_transport_h4_instance();
|
hci_transport_t * transport = hci_transport_h4_instance();
|
||||||
bt_control_t * control = NULL;
|
bt_control_t * control = bt_control_stlc2500d_instance();
|
||||||
remote_device_db_t * remote_db = (remote_device_db_t *) &remote_device_db_fs;
|
remote_device_db_t * remote_db = (remote_device_db_t *) &remote_device_db_fs;
|
||||||
|
|
||||||
hci_init(transport, (void*) &hci_uart_config_cc256x, control, remote_db);
|
hci_init(transport, (void*) &hci_uart_config_cc256x, control, remote_db);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user