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

Commit 46a06795 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

btm_ble_conn_complete: use pseudo address type together with pseudo address

am: 67bba2df

Change-Id: Ieb8c086f27534d7092bbd86b9892d1c8800fa37f
parents 29596b60 67bba2df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len,
        if (!btm_ble_init_pseudo_addr(match_rec, bda)) {
          /* assign the original address to be the current report address */
          bda = match_rec->ble.pseudo_addr;
          bda_type = match_rec->ble.ble_addr_type;
        } else {
          bda = match_rec->bd_addr;
        }