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
28flag {
29    name: "l2cap_update_existing_conn_interval_with_base_interval"
30    namespace: "bluetooth"
31    description: "Update existing connection intervals when base ecosystem interval is set"
32    bug: "348209161"
33    metadata {
34        purpose: PURPOSE_BUGFIX
35    }
36}
37
38flag {
39    name: "l2cap_fcs_option_fix"
40    namespace: "bluetooth"
41    description: "Use fcs_option for non BASIC mode "
42    bug: "372605959"
43    metadata {
44        purpose: PURPOSE_BUGFIX
45    }
46}
47