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

Commit 6ba6288a authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Add flag bta_ag_cmd_brsf_allow_uint32

Bug: 331129986
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Icd649c8feee427d43399cd55e37b8d24cd2cffed
parent e6815f3f
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -56,3 +56,13 @@ flag {
    description: "during ongoing call, pretend network service in +CIND when network is unavailable"
    description: "during ongoing call, pretend network service in +CIND when network is unavailable"
    bug: "317307596"
    bug: "317307596"
}
}

flag {
    name: "bta_ag_cmd_brsf_allow_uint32"
    namespace: "bluetooth"
    description: "Allow and ignore the RFU bits set to 0b1 rather than responding ERROR"
    bug: "331129986"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}