Przeglądaj źródła

Merge branch 'bugfix/fix_hci_max_page_num_v4.2' into 'release/v4.2'

bugfix/Support for more Bluetooth HID devices [backport v4.2]

See merge request espressif/esp-idf!9660
Jiang Jiang Jian 5 lat temu
rodzic
commit
0bcd26a610
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      components/bt/host/bluedroid/stack/btm/btm_acl.c

+ 0 - 1
components/bt/host/bluedroid/stack/btm/btm_acl.c

@@ -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];