components/bt: Fix assert when create conntion cancel
This commit is contained in:
parent
83fc174310
commit
dbc0a9b3f4
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 6b12784dccee69577b0a7b40784ddee3e09b31f5
|
Subproject commit f7e14284a3d9736aece01f640e4a592fd20bca57
|
|
@ -645,6 +645,7 @@ PROVIDE ( lmp_dhkey_chk_handler = 0x4002ab48 );
|
||||||
PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
|
PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
|
||||||
PROVIDE ( lmp_io_cap_res_handler = 0x4002c670 );
|
PROVIDE ( lmp_io_cap_res_handler = 0x4002c670 );
|
||||||
PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
|
PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
|
||||||
|
PROVIDE ( lc_cmd_cmp_bd_addr_send = 0x4002cec4 );
|
||||||
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
|
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
|
||||||
PROVIDE ( ld_acl_sched = 0x40033268 );
|
PROVIDE ( ld_acl_sched = 0x40033268 );
|
||||||
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
|
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
|
||||||
|
|
Loading…
Reference in a new issue