mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
component/bt: disable information loggings from bt controller
This commit is contained in:
Submodule components/bt/lib updated: 3d6345f075...e920ec21b8
@@ -1249,6 +1249,13 @@ PROVIDE ( r_lm_num_clk_adj_ack_pending_set = 0x4004f500 );
|
||||
PROVIDE ( r_lm_oob_f1 = 0x40012e54 );
|
||||
PROVIDE ( r_lm_pca_sscan_link_get = 0x4004f560 );
|
||||
PROVIDE ( r_lm_pca_sscan_link_set = 0x4004f550 );
|
||||
PROVIDE ( nvds_null_read = 0x400542a0 );
|
||||
PROVIDE ( nvds_null_write = 0x400542a8 );
|
||||
PROVIDE ( nvds_null_erase = 0x400542b0 );
|
||||
PROVIDE ( nvds_read = 0x400542c4 );
|
||||
PROVIDE ( nvds_write = 0x400542fc );
|
||||
PROVIDE ( nvds_erase = 0x40054334 );
|
||||
PROVIDE ( nvds_init_memory = 0x40054358 );
|
||||
PROVIDE ( r_lmp_pack = 0x4001135c );
|
||||
PROVIDE ( r_lmp_unpack = 0x4001149c );
|
||||
PROVIDE ( r_lm_read_features = 0x4004f0d8 );
|
||||
@@ -1862,5 +1869,7 @@ PROVIDE ( ld_strain_env = 0x3ffb8330 );
|
||||
PROVIDE ( LM_Sniff = 0x3ffb8230 );
|
||||
PROVIDE ( LM_SniffSubRate = 0x3ffb8214 );
|
||||
PROVIDE ( prbs_64bytes = 0x3ff98992 );
|
||||
PROVIDE ( nvds_env = 0x3ffb8364 );
|
||||
PROVIDE ( nvds_magic_number = 0x3ff9912a );
|
||||
/* Above are static data, but can be used, not generated by script >>>>> btdm data */
|
||||
|
||||
|
Reference in New Issue
Block a user