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

Commit 28691fc4 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

am: 46a06795

Change-Id: If92f675696ad2f5d6109c3be821dc86327a64df6
parents fdf87751 46a06795
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;
        }