mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 17:42:51 +00:00
remove sketched code
This commit is contained in:
parent
b9a1b49404
commit
a13f936391
@ -825,10 +825,6 @@ void hci_init(hci_transport_t *transport, void *config, bt_control_t *control, r
|
||||
// class of device
|
||||
hci_stack.class_of_device = 0x007a020c; // Smartphone
|
||||
|
||||
hci_ssp_set_enable(1);
|
||||
hci_ssp_set_io_capability(SSP_IO_CAPABILITY_NO_INPUT_NO_OUTPUT);
|
||||
hci_ssp_set_auto_accept(1);
|
||||
|
||||
// Secure Simple Pairing default: enable, no I/O capabilities, auto accept
|
||||
hci_stack.ssp_enable = 1;
|
||||
hci_stack.ssp_io_capability = SSP_IO_CAPABILITY_NO_INPUT_NO_OUTPUT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user