mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Merge branch 'bugfix/fix_hci_max_page_num' into 'master'
bugfix/Support for more Bluetooth HID devices Closes IDFGH-3515 See merge request espressif/esp-idf!9621
This commit is contained in:
commit
d65af31309
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user