| package: "com.android.bluetooth.flags" |
| container: "com.android.btservices" |
| |
| flag { |
| name: "key_missing_classic_device" |
| namespace: "bluetooth" |
| description: "Key missing broadcast for Classic devices" |
| bug: "333634398" |
| } |
| |
| flag { |
| name: "key_missing_as_ordered_broadcast" |
| namespace: "bluetooth" |
| description: "Key missing broadcast would be send as ordered broadcast" |
| bug: "333634398" |
| } |
| |
| 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" |
| bug: "356201480" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "le_enc_on_reconnection" |
| namespace: "bluetooth" |
| description: "Encrypt LE link on reconnection with bonded devices" |
| bug: "356201480" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |