diff options
author | Sven Gothel <[email protected]> | 2021-10-27 07:28:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-10-27 07:28:12 +0200 |
commit | 8ab0b5031ad993008f2bcdf47cd364893cd16302 (patch) | |
tree | 8ed4cdbf84ec6973e5814c292db43212326f755c | |
parent | dfec6813cd970049c7baf7c31d40e91fd56111ca (diff) |
SMPHandler CONSIDER_HCI_CMD_FOR_SMP_STATE=0 (disabled): Continue SC Peripheral testing w/ 'normal' SMP messaging, ..
drop the HCI security related commands for now.
-rw-r--r-- | api/direct_bt/SMPHandler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/SMPHandler.hpp b/api/direct_bt/SMPHandler.hpp index 1a951ba5..b887d905 100644 --- a/api/direct_bt/SMPHandler.hpp +++ b/api/direct_bt/SMPHandler.hpp @@ -51,7 +51,7 @@ #ifdef __linux__ #define SMP_SUPPORTED_BY_OS 0 #define USE_LINUX_BT_SECURITY 1 - #define CONSIDER_HCI_CMD_FOR_SMP_STATE 1 + #define CONSIDER_HCI_CMD_FOR_SMP_STATE 0 #else #define SMP_SUPPORTED_BY_OS 1 #define USE_LINUX_BT_SECURITY 0 |