blob: 4066058497d5c259e19ab5f050f1c8ddb0d44ab9 [file] [log] [blame]
Hui Peng3c2bc152024-01-10 17:31:48 -08001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Hui Peng3c2bc152024-01-10 17:31:48 -08003
4flag {
Jakub Pawlowski6aa6a722024-04-10 08:58:41 +02005 name: "key_missing_classic_device"
6 namespace: "bluetooth"
7 description: "Key missing broadcast for Classic devices"
8 bug: "333634398"
9}
10
11flag {
Jakub Pawlowskife0da9a2024-06-04 20:00:13 +020012 name: "key_missing_as_ordered_broadcast"
13 namespace: "bluetooth"
14 description: "Key missing broadcast would be send as ordered broadcast"
15 bug: "333634398"
16}
17
18flag {
Brian Delwichef89b0d62024-07-29 21:03:57 +000019 name: "btsec_check_valid_discovery_database"
20 namespace: "bluetooth"
21 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"
22 bug: "356201480"
23 metadata {
24 purpose: PURPOSE_BUGFIX
25 }
26}
27
Himanshu Rawatb03ad612024-08-29 21:00:23 +000028flag {
29 name: "le_enc_on_reconnection"
30 namespace: "bluetooth"
31 description: "Encrypt LE link on reconnection with bonded devices"
32 bug: "356201480"
33 metadata {
34 purpose: PURPOSE_BUGFIX
35 }
36}
Brian Delwiche4acdbf62024-08-08 00:15:17 +000037
38flag {
39 name: "btsec_avdt_msg_ind_type_confusion"
40 namespace: "bluetooth"
41 description: "Properly check current state and sig value of avdt rej/rsp messages before parsing"
42 bug: "358212054"
43 metadata {
44 purpose: PURPOSE_BUGFIX
45 }
46}
Brian Delwiche08996082024-10-10 18:45:03 +000047
48flag {
49 name: "btsec_cycle_irks"
50 namespace: "bluetooth"
51 description: "Change the IRK per BT spec when all devices are unbonded"
52 bug: "372714979"
53 metadata {
54 purpose: PURPOSE_BUGFIX
55 }
56}
Brian Delwiche1f6e6902024-10-18 22:52:16 +000057
58flag {
Billy Huang0f5ceef2024-10-24 13:33:35 -070059 name: "opp_check_content_uri_permissions"
60 namespace: "bluetooth"
61 description: "Check that the launching application for OPP has read access to the given content URI, on Android V+"
62 bug: "375466974"
63 metadata {
64 purpose: PURPOSE_BUGFIX
65 }
66}
Jakub Pawlowski1c2e1e42024-10-31 17:04:19 +010067
68flag {
69 name: "sec_disconnect_on_le_key_missing"
70 namespace: "bluetooth"
71 description: "Disconnect LE link when keys are missing during encryption"
72 bug: "376680866"
73 metadata {
74 purpose: PURPOSE_BUGFIX
75 }
Himanshu Rawat8af16b82024-11-04 17:50:03 +000076}
77
78flag {
79 name: "guard_bonded_device_properties"
80 namespace: "bluetooth"
81 description: "Don't update device properties for bonded devices from the device discovery results"
82 bug: "376928594"
83 metadata {
84 purpose: PURPOSE_BUGFIX
85 }
Himanshu Rawat0cd18e12024-11-13 00:30:39 +000086}
87
88flag {
89 name: "disconnect_on_encryption_failure"
90 namespace: "bluetooth"
91 description: "Disconnect ACL link when encryption fails"
92 bug: "378764380"
93 metadata {
94 purpose: PURPOSE_BUGFIX
95 }
96}