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

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

Downgrade device no longer discoverable to DEBUG

Was: Warning

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Test: act.py -tc BleCocTest

Change-Id: Ib09ad9650d8b4aa6686fdce0c32a95084dd23e22
parent 06d318a5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1875,8 +1875,7 @@ void btm_ble_process_adv_pkt_cont(uint16_t evt_type, uint8_t addr_type,
  uint8_t result = btm_ble_is_discoverable(bda, adv_data);
  if (result == 0) {
    cache.Clear(addr_type, bda);
    LOG_WARN("%s device no longer discoverable, discarding advertising packet",
             __func__);
    LOG_DEBUG("device no longer discoverable, discarding advertising packet");
    return;
  }