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

Commit 628af809 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...

btm_ble_conn_complete: use pseudo address type together with pseudo address am: 67bba2df am: 46a06795 am: 28691fc4
am: 3296582d

Change-Id: I8fe2f0a1127fbce9213f5c7d62d3c33e71faf871
parents 9b99b237 3296582d
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;
        }