mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/controller): Fixed some HCI commands parameter
1: add param check for HCI_Recevie_Synchronization_Train. 2: add param check for HCI_Set_Connectionless_Peripheral_Broadcast. 3: fix slave cannot take a secure authentication.
This commit is contained in:
parent
ce6d37fe35
commit
5d3d6bf7c0
@ -1 +1 @@
|
||||
Subproject commit afefcd9ede28da54045964f3ffd92d4974161e29
|
||||
Subproject commit 19fa60b819db1e3bb8a07790f819b69657e4ae3f
|
@ -652,6 +652,7 @@ PROVIDE ( lc_cmd_cmp_bd_addr_send = 0x4002cec4 );
|
||||
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
|
||||
PROVIDE ( ld_acl_sched = 0x40033268 );
|
||||
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
|
||||
PROVIDE ( ld_acl_sniff_exit = 0x400312b4 );
|
||||
PROVIDE ( ld_acl_rx = 0x4003274c );
|
||||
PROVIDE ( ld_acl_tx = 0x4002ffdc );
|
||||
PROVIDE ( ld_acl_rx_sync = 0x4002fbec );
|
||||
|
Loading…
Reference in New Issue
Block a user