mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bluedroid): Fix BLE SMP register log level
This commit is contained in:
parent
3d2daa08cc
commit
068a364a6b
@ -125,7 +125,7 @@ BOOLEAN SMP_Register (tSMP_CALLBACK *p_cback)
|
||||
SMP_TRACE_EVENT ("SMP_Register state=%d", smp_cb.state);
|
||||
|
||||
if (smp_cb.p_callback != NULL) {
|
||||
SMP_TRACE_ERROR ("SMP_Register: duplicate registration, overwrite it");
|
||||
SMP_TRACE_WARNING ("SMP_Register: duplicate registration, overwrite it");
|
||||
}
|
||||
smp_cb.p_callback = p_cback;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user