]> granicus.if.org Git - esp-idf/commitdiff
components/bt: Fix crash when inquiry stop (backport v3.2)
authorbaohongde <baohongde@espressif.com>
Thu, 31 Jan 2019 03:47:41 +0000 (11:47 +0800)
committerbot <bot@espressif.com>
Mon, 18 Feb 2019 08:15:17 +0000 (08:15 +0000)
components/bt/lib
components/esp32/ld/esp32.rom.ld

index f71810666b7f4ef27eb07ee111f13f8bf98ac3ed..1c4b96d237abe47d25b5b1a807b1f3b7fed60f93 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f71810666b7f4ef27eb07ee111f13f8bf98ac3ed
+Subproject commit 1c4b96d237abe47d25b5b1a807b1f3b7fed60f93
index 0116647584b3cbc97024bd23ede72fe884ae89fe..7b3dc08a46c6e4c18efd25ee6a4de4a2a1bcd293 100644 (file)
@@ -88,6 +88,8 @@ PROVIDE ( esp_crc8 = 0x4005d144 );
 PROVIDE ( _etext = 0x4000d66c );
 PROVIDE ( ets_readySet_ = 0x3ffe01f0 );
 PROVIDE ( ets_startup_callback = 0x3ffe0404 );
+PROVIDE ( rwip_coex_cfg = 0x3ff9914c );
+PROVIDE ( rwip_priority = 0x3ff99159 );
 PROVIDE ( exc_cause_table = 0x3ff991d0 );
 PROVIDE ( _exit_r = 0x4000bd28 );
 PROVIDE ( free = 0x4000beb8 );
@@ -675,6 +677,9 @@ PROVIDE ( ld_sco_modify = 0x40031778 );
 PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
 PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
 PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c );
+PROVIDE ( ld_inq_end = 0x4003ab48 );
+PROVIDE ( ld_inq_sched = 0x4003aba4 );
+PROVIDE ( ld_inq_frm_cbk = 0x4003ae4c );
 PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 );
 PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
 PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );