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

Commit 4bd18ce9 authored by Gopi Sakshihally Bhuthaiah (xWF)'s avatar Gopi Sakshihally Bhuthaiah (xWF) Committed by Gerrit Code Review
Browse files

Merge "Updated Encryption change event with proper device address" into main

parents 9b978bad d4dcd958
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3292,7 +3292,7 @@ void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status, uint8_t encr_en
  btm_sec_check_pending_enc_req(p_dev_rec, transport, encr_enable);

  if (!from_key_refresh) {
    bta_dm_on_encryption_change(bt_encryption_change_evt{p_dev_rec->ble.pseudo_addr, status,
    bta_dm_on_encryption_change(bt_encryption_change_evt{p_dev_rec->bd_addr, status,
                                                         (bool)encr_enable, key_size, transport,
                                                         p_dev_rec->SupportsSecureConnections()});
  }