Skip to content

Commit

Permalink
fix(bt/bluedroid): Fix BLE SMP register log level
Browse files Browse the repository at this point in the history
  • Loading branch information
esp-zhp committed Dec 1, 2023
1 parent 3d2daa0 commit 068a364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/stack/smp/smp_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 068a364

Please sign in to comment.