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

Commit 2c2fca0c authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

BLE advertisement processing: use stored report address type when match is found

am: c1c799ff

Change-Id: Ic8054a94e9b1df48ebcc2e43a930e369c7f734ee
parents 1fcb0602 c1c799ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1755,6 +1755,7 @@ void btm_ble_process_adv_addr(RawAddress& bda, uint8_t* addr_type) {
      } else {
        // Assign the original address to be the current report address
        bda = match_rec->ble.pseudo_addr;
        *addr_type = match_rec->ble.ble_addr_type;
      }
    }
  }