diff options
author | 2025-02-12 22:21:39 +0000 | |
---|---|---|
committer | 2025-02-12 22:21:39 +0000 | |
commit | 286538b8e52dbb8efd26ccdb240949ffeb3ad2b5 (patch) | |
tree | f3cf2e632d7d97cdea87c57bdf06cbb95755ec27 /flags/security.aconfig | |
parent | 02252bf3a42ca34f7bec2dc4260ada68d6d9eb21 (diff) |
Remove flag for bta_av_setconfig_rej_type_confusion
The flag has been soaked in Nextfood for more than a month.
Bug: 260230151
Bug: 341754333
Bug: 315241296
Test: m libbluetooth
Ignore-AOSP-First: security
Tag: #security
Change-Id: I4a7a97196e0949960856183e6899a9fc4d7b4d44
Diffstat (limited to 'flags/security.aconfig')
-rw-r--r-- | flags/security.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig index 564eb02813..cb7cdac795 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -26,16 +26,6 @@ flag { } flag { - name: "bta_av_setconfig_rej_type_confusion" - namespace: "bluetooth" - description: "Use stream control block for bta_av_setconfig_rej instead of a possibly incorrect union type" - bug: "341754333" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "btsec_check_valid_discovery_database" namespace: "bluetooth" description: "Check for a valid discovery database before using it, and don't set up a discovery database for a new HF client if one has already been defined for it" |