mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/correct_the_default_SR_mode_v4.4' into 'release/v4.4'
bugfix/correct the SR_mode selection when konw nothing about Peripheral's SR_mode (v4.4) See merge request espressif/esp-idf!21520
This commit is contained in:
commit
cfeccaa685
@ -2414,7 +2414,7 @@ BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb)
|
||||
clock_offset = (UINT16)(p_inq_info->results.clock_offset);
|
||||
} else {
|
||||
/* No info known. Use default settings */
|
||||
page_scan_rep_mode = HCI_PAGE_SCAN_REP_MODE_R1;
|
||||
page_scan_rep_mode = HCI_PAGE_SCAN_REP_MODE_R2;
|
||||
page_scan_mode = HCI_MANDATARY_PAGE_SCAN_MODE;
|
||||
|
||||
clock_offset = (p_dev_rec) ? p_dev_rec->clock_offset : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user