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

Commit cbea3842 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...

BLE advertisement processing: use stored report address type when match is found am: c1c799ff am: 2c2fca0c
am: a81b1ab4

Change-Id: Iaa807cda8c4ffcd7c71b5d96f796d2073e60f38a
parents ec3ab6f4 a81b1ab4
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;
      }
    }
  }