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

This commit is contained in:
XieWenxiang
2020-09-15 17:25:50 +08:00
parent 366b036ba5
commit e840191a0c
7 changed files with 33 additions and 0 deletions

View File

@@ -1450,6 +1450,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;