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

Commit 3e0b7824 authored by Hui Peng's avatar Hui Peng
Browse files

Add a flag to make BTA_DmXXX security APIs

Bug: 311196228
Bug: 301661850
Test: m com.android.btservices
Change-Id: I3a0fecacc143758a49273adaa9abd8c8fa44ff23
parent 6c493067
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ aconfig_declarations {
    srcs: [
        "a2dp.aconfig",
        "audio_routing.aconfig",
        "bta_dm.aconfig",
        "framework.aconfig",
        "gap.aconfig",
        "hap.aconfig",

flags/bta_dm.aconfig

0 → 100644
+8 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"

flag {
    name: "synchronous_bta_sec"
    namespace: "bluetooth"
    description: "Make BTA_DmXXX security APIs synchronous"
    bug: "311196228"
}