Merge branch 'bugfix/fix_gatt_char_perm_key_size' into 'master'

Bluedroid: fix encrypt keysize of GATT characteristic permission

Closes BT-2992

See merge request espressif/esp-idf!21250
This commit is contained in:
Zhi Wei Jian
2022-12-12 16:23:59 +08:00
8 changed files with 5 additions and 31 deletions

View File

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