mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 16:20:54 +00:00
dut_mode_classic: disable Secure Simple Pairing
This commit is contained in:
parent
7fdcb0b5b7
commit
1d927f3a77
@ -110,6 +110,9 @@ int btstack_main(int argc, const char * argv[]) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
// disable Secure Simple Pairinng
|
||||
gap_ssp_set_enable(0);
|
||||
|
||||
// make device connectable
|
||||
// @note: gap_connectable_control will be enabled when an L2CAP service
|
||||
// (e.g. RFCOMM) is initialized). Therefore, it's not needed in regular applications
|
||||
|
Loading…
x
Reference in New Issue
Block a user