mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
don't need to be Classic discoverable
This commit is contained in:
parent
2ed9ac63e2
commit
2ca4f19755
@ -191,12 +191,11 @@ void setup(void){
|
||||
|
||||
// init HCI
|
||||
hci_transport_t * transport = hci_transport_usb_instance();
|
||||
hci_uart_config_t * config = NULL;
|
||||
hci_uart_config_t * config = NULL;
|
||||
bt_control_t * control = NULL;
|
||||
remote_device_db_t * remote_db = (remote_device_db_t *) &remote_device_db_memory;
|
||||
|
||||
hci_init(transport, config, control, remote_db);
|
||||
hci_discoverable_control(1);
|
||||
|
||||
// set up l2cap_le
|
||||
l2cap_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user