• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "l2cap_tx_complete_cb_info"
6    namespace: "bluetooth"
7    description: "Provide l2cap transmit complete information b/301168932"
8    bug: "314819704"
9}
10
11flag {
12    name: "l2cap_p_ccb_check_rewrite"
13    namespace: "bluetooth"
14    description: "Rewrite logic of p_ccb check in l2c_link_sec_comp"
15    bug: "326686472"
16}
17
18flag {
19    name: "l2cap_le_do_not_adjust_min_interval"
20    namespace: "bluetooth"
21    description: "Do not adjust min_interval in connection update request"
22    bug: "346960036"
23    metadata {
24        purpose: PURPOSE_BUGFIX
25    }
26}
27