summaryrefslogtreecommitdiff
path: root/flags/gap.aconfig
diff options
context:
space:
mode:
author Kyunglyul Hyun <klhyun@google.com> 2024-12-17 18:57:02 +0000
committer Kyunglyul Hyun <klhyun@google.com> 2024-12-18 08:00:34 +0000
commit7b48d718408e90ddd15a37acd99f19a4974e7b0d (patch)
treecf669c59c8104c4bec95a45440c49fe8b391ecc1 /flags/gap.aconfig
parenta94823016d4e4a8351d73ecb6773b264102c10ed (diff)
Remove le_scan_use_address_type flag
Bug: 342127181 Test: m -j; Change-Id: Ibccb5e15e23610ed3bf803cc5aaea2e5d47c98e0
Diffstat (limited to 'flags/gap.aconfig')
-rw-r--r--flags/gap.aconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/gap.aconfig b/flags/gap.aconfig
index 85df1c76d3..5c27581cee 100644
--- a/flags/gap.aconfig
+++ b/flags/gap.aconfig
@@ -104,16 +104,6 @@ flag {
}
flag {
- name: "le_scan_use_address_type"
- namespace: "bluetooth"
- description: "Fix an issue that le scanner omits address type for MATCH_FIRST scan"
- bug: "342127181"
- metadata {
- purpose: PURPOSE_BUGFIX
- }
-}
-
-flag {
name: "gatt_client_dynamic_allocation"
namespace: "bluetooth"
description: "Allocate GATT clients in heap to unlimit the number of clients"