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

Commit 72191b36 authored by Henri Chataing's avatar Henri Chataing
Browse files

Add flag avdtp_error_codes

To enable compliant error codes in AVDTP responses

Bug: 338139069
Bug: 315241296
Test: m com.android.btservices
Change-Id: I25b00cbb06f2343152713dc1181d8b400b75ba1a
parent c97c3d37
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -25,3 +25,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "avdtp_error_codes"
    namespace: "bluetooth"
    description: "Use compliant error codes in AVDTP responses"
    bug: "338139069"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}