component/bt: support BLE Application Layer Encryption key size check

This commit is contained in:
XieWenxiang
2020-09-15 17:25:50 +08:00
committed by xiewenxiang
parent 069325a7ed
commit 8db16a50ae
7 changed files with 33 additions and 0 deletions

View File

@@ -1434,6 +1434,7 @@ typedef UINT8 tBTM_IO_CAP;
#define BTM_BLE_RESPONDER_KEY_SIZE 15
#define BTM_BLE_MAX_KEY_SIZE 16
#define BTM_BLE_MIN_KEY_SIZE 7
#define BTM_BLE_APPL_ENC_KEY_SIZE 7
typedef UINT8 tBTM_AUTH_REQ;