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

Commit 4a2dae0d authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Android (Google) Code Review
Browse files

Merge "btm_ble_conn_complete: use pseudo address type together with pseudo...

Merge "btm_ble_conn_complete: use pseudo address type together with pseudo address" into qt-qpr1-dev
parents 8d72f992 cda63b3d
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;
        }