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

Commit b03ad613 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to encrypt the LE link on reconnection

Ignore-AOSP-First: security
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.le_enc_on_reconnection
Bug: 363033295
Bug: 315241296
Change-Id: Id7abbc98240b7466476f08ddce45929df0ebab02
parent f6079d75
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -42,3 +42,12 @@ flag {
  }
}

flag {
  name: "le_enc_on_reconnection"
  namespace: "bluetooth"
  description: "Encrypt LE link on reconnection with bonded devices"
  bug: "356201480"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}