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

Commit a4e48a4f authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Omair Kamil
Browse files

Use encrypted AVDTP & AVCTP channel

Test: mmm packages/modules/Bluetooth
Bug: 357662929
Bug: 315241296
Change-Id: I52da2d84a2f264c1cea85df46a2bbb731a4e5f95
parent a36ba831
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -117,3 +117,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "use_encrypt_req_for_av"
    namespace: "bluetooth"
    description: "Use encrypted link for AVDTP and AVCTP channel"
    bug: "357662929"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}