mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/controller): Fixed establish two sco connections failed
This commit is contained in:
parent
df8cc9ad37
commit
ddab5dbaa4
@ -1 +1 @@
|
||||
Subproject commit d1d4b7635d01edc40cbd0605376afd804ba4afb9
|
||||
Subproject commit 7ef2b1dffc6f1f7845013980aa136bfe76ce5af0
|
@ -1623,4 +1623,12 @@ PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
|
||||
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
||||
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
||||
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
||||
|
||||
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
|
||||
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
|
||||
PROVIDE ( lm_sync_nego = 0x3ffb8345 );
|
||||
PROVIDE ( lm_nego_cnt = 0x3ffb8344 );
|
||||
PROVIDE ( lm_nego_cntl = 0x3ffb8342 );
|
||||
PROVIDE ( lm_nego_max_cnt = 0x3ffb8343 );
|
||||
PROVIDE ( lm_nego_pkt_used = 0x3ffb8340 );
|
||||
/* Above are static data, but can be used, not generated by script >>>>> btdm data */
|
||||
|
Loading…
x
Reference in New Issue
Block a user