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

Commit ca58249b authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by Android (Google) Code Review
Browse files

Merge "Clear BLE block from device records at unpair" into nyc-dev

parents ed2c4cd2 ff47e20d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -301,6 +301,8 @@ void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec)
#if BLE_INCLUDED == TRUE
    /* Clear out any saved BLE keys */
    btm_sec_clear_ble_keys (p_dev_rec);
    /* clear the ble block */
    memset(&p_dev_rec->ble, 0, sizeof(tBTM_SEC_BLE));
#endif