Skip to content

Commit

Permalink
fix disonnection trace function
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsantosphilips committed Jun 23, 2023
1 parent 877c9c2 commit 10001ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace hal
{
const auto disconnectEvt = reinterpret_cast<hci_disconnection_complete_event_rp0*>(eventPacket.data);

tracer.Trace() << "TracingGapCentralSt::HandleHciDisconnectEvent" << infra::hex << disconnectEvt->Connection_Handle;
tracer.Trace() << "TracingGapCentralSt::HandleHciDisconnectEvent";
tracer.Trace() << "\tConnection handle : 0x" << infra::hex << disconnectEvt->Connection_Handle;
tracer.Trace() << "\tReason : 0x" << infra::hex << disconnectEvt->Reason;
tracer.Trace() << "\tStatus : 0x" << infra::hex << disconnectEvt->Status;
Expand Down

0 comments on commit 10001ef

Please sign in to comment.