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

Commit b08e4e99 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log stack/gatt/gatt_main::gatt_notify_phy_updated am: 8402044a am: 2a2d207a am: ead7b8e6

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1541444

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I67ec31388da373b659098725749d4fbda5a3a850
parents 2f91f17d ead7b8e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ void gatt_notify_phy_updated(tGATT_STATUS status, uint16_t handle,
                             uint8_t tx_phy, uint8_t rx_phy) {
  tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle);
  if (!p_dev_rec) {
    BTM_TRACE_WARNING("%s: No Device Found!", __func__);
    LOG_WARN("No Device Found!");
    return;
  }