Hui Peng | 3c2bc15 | 2024-01-10 17:31:48 -0800 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Hui Peng | 3c2bc15 | 2024-01-10 17:31:48 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
Jakub Pawlowski | 6aa6a72 | 2024-04-10 08:58:41 +0200 | [diff] [blame] | 5 | name: "key_missing_classic_device" |
| 6 | namespace: "bluetooth" |
| 7 | description: "Key missing broadcast for Classic devices" |
| 8 | bug: "333634398" |
| 9 | } |
| 10 | |
| 11 | flag { |
Jakub Pawlowski | fe0da9a | 2024-06-04 20:00:13 +0200 | [diff] [blame] | 12 | 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 | |
| 18 | flag { |
Brian Delwiche | f89b0d6 | 2024-07-29 21:03:57 +0000 | [diff] [blame] | 19 | 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 Rawat | b03ad61 | 2024-08-29 21:00:23 +0000 | [diff] [blame] | 28 | flag { |
| 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 Delwiche | 4acdbf6 | 2024-08-08 00:15:17 +0000 | [diff] [blame] | 37 | |
| 38 | flag { |
| 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 Delwiche | 0899608 | 2024-10-10 18:45:03 +0000 | [diff] [blame] | 47 | |
| 48 | flag { |
| 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 Delwiche | 1f6e690 | 2024-10-18 22:52:16 +0000 | [diff] [blame] | 57 | |
| 58 | flag { |
Billy Huang | 0f5ceef | 2024-10-24 13:33:35 -0700 | [diff] [blame] | 59 | 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 Pawlowski | 1c2e1e4 | 2024-10-31 17:04:19 +0100 | [diff] [blame] | 67 | |
| 68 | flag { |
| 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 Rawat | 8af16b8 | 2024-11-04 17:50:03 +0000 | [diff] [blame] | 76 | } |
| 77 | |
| 78 | flag { |
| 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 Rawat | 0cd18e1 | 2024-11-13 00:30:39 +0000 | [diff] [blame] | 86 | } |
| 87 | |
| 88 | flag { |
| 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 | } |