Merge branch 'bugfix/fix_hci_max_page_num_v3.3' into 'release/v3.3'

bugfix/Support for more Bluetooth HID devices [backport v3.3]

See merge request espressif/esp-idf!9663
This commit is contained in:
Jiang Jiang Jian 2020-10-26 11:46:11 +08:00
commit 77486506e3
1 changed files with 0 additions and 1 deletions

View File

@ -1140,7 +1140,6 @@ void btm_read_remote_ext_features_complete (UINT8 *p)
if (max_page > HCI_EXT_FEATURES_PAGE_MAX) {
BTM_TRACE_ERROR("btm_read_remote_ext_features_complete page=%d unknown", max_page);
return;
}
p_acl_cb = &btm_cb.acl_db[acl_idx];