Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66631de9 authored by Chris Manton's avatar Chris Manton
Browse files

Add BTM_LogHistory to BTM_RemoveSco

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Ifabbe8cf65fc56dbe43105d9cd133a7b6ae97025
parent 52298692
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -772,6 +772,8 @@ tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx) {
  p->state = SCO_ST_DISCONNECTING;

  acl_disconnect_from_handle(p->hci_handle, HCI_ERR_PEER_USER);
  BTM_LogHistory("SCO", p->esco.data.bd_addr, "Disconnecting",
                 "local initiated");

  return (BTM_CMD_STARTED);
}