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

Commit a4f86fe1 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log btif/src/btif_dm::btif_dm_cancel_discovery

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: act.py -tc BleCocTest
Test: ble paired 2 phones
Change-Id: Iefb88b7ec327e34ab37efa95b85c348b237928a3
parent 8289f991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1806,7 +1806,7 @@ void btif_dm_start_discovery(void) {
 *
 ******************************************************************************/
void btif_dm_cancel_discovery(void) {
  BTIF_TRACE_EVENT("%s", __func__);
  LOG_DEBUG("Cancel search");
  BTA_DmSearchCancel();
}