• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "rnr_present_during_service_discovery"
6    namespace: "bluetooth"
7    description: "Present RNR result during service discovery"
8    bug: "321809163"
9}
10
11flag {
12    name: "rnr_reset_state_at_cancel"
13    namespace: "bluetooth"
14    description: "Clear rnr in-progress-state when rnr_cancel called"
15    bug: "333094503"
16}
17
18flag {
19    name: "rnr_store_device_type"
20    namespace: "bluetooth"
21    description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
22    bug: "337179433"
23    metadata {
24        purpose: PURPOSE_BUGFIX
25    }
26}
27
28flag {
29    name: "rnr_validate_page_scan_repetition_mode"
30    namespace: "bluetooth"
31    description: "Validate page scan repetition mode parameter before sending RNR"
32    bug: "344520866"
33    metadata {
34        purpose: PURPOSE_BUGFIX
35    }
36}
37