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

Commit 71984b02 authored by Henri Chataing's avatar Henri Chataing
Browse files

Add flag encrypted_advertising_data

Bug: 308855997
Bug: 301978669
Test: m Bluetooth
Change-Id: Ie2a49ed4262f869876bf6ba5bf25141315fcc35b
parent e3481fe8
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",
        "gap.aconfig",
        "gatt.aconfig",
        "hap.aconfig",
        "hfp.aconfig",

flags/gap.aconfig

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

flag {
    name: "encrypted_advertising_data"
    namespace: "bluetooth"
    description: "Enable support for the decryption of Encrypted Advertising Data"
    bug: "308855997"
}