diff options
author | 2025-03-17 04:32:39 +0000 | |
---|---|---|
committer | 2025-03-18 20:32:11 -0700 | |
commit | 3021ec9009e2bf2c1ee5aef3391056c333596e10 (patch) | |
tree | 739f8050386462fbc3379ada23909054a9325f1f /flags | |
parent | ce9e750649abe5a58304a56c67c5a90cac154264 (diff) |
Remove serialize_hogp_and_dis flag
Also remove the TODO to implement multiservice HoGP since there are
more interop cases which requires us to distinguish the peripherals
before discovering HoGP services, e.g. INTEROP_HOGP_LONG_REPORT.
Bug: 367910199
Test: m -j
Flag: EXEMPT, flag removal
Change-Id: Id0fd9d5a328b1e97a6733308cfdf5fe50c0db6ff
Diffstat (limited to 'flags')
-rw-r--r-- | flags/hid.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/hid.aconfig b/flags/hid.aconfig index d40e55821f..ea0dc0304a 100644 --- a/flags/hid.aconfig +++ b/flags/hid.aconfig @@ -20,16 +20,6 @@ flag { } flag { - name: "serialize_hogp_and_dis" - namespace: "bluetooth" - description: "start HOGP service discovery only after DIS discovery is finished" - bug: "367910199" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "dont_send_hid_set_idle" namespace: "bluetooth" description: "Don't send the SET IDLE HID message" |