| package: "com.android.bluetooth.flags" |
| container: "com.android.btservices" |
| |
| flag { |
| name: "rnr_cancel_before_event_race" |
| namespace: "bluetooth" |
| description: "Address race condition when rnr cancel and event arrive close together" |
| bug: "316037290" |
| } |
| |
| flag { |
| name: "rnr_present_during_service_discovery" |
| namespace: "bluetooth" |
| description: "Present RNR result during service discovery" |
| bug: "321809163" |
| } |
| |
| flag { |
| name: "rnr_reset_state_at_cancel" |
| namespace: "bluetooth" |
| description: "Clear rnr in-progress-state when rnr_cancel called" |
| bug: "333094503" |
| } |
| |
| flag { |
| name: "rnr_store_device_type" |
| namespace: "bluetooth" |
| description: "Store BREDR/LE when issuing RNR so we can cancel the correct type" |
| bug: "337179433" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |