blob: fec2edd6d512830e62afb1d8d32a06fd9bb19305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "l2cap_tx_complete_cb_info"
namespace: "bluetooth"
description: "Provide l2cap transmit complete information b/301168932"
bug: "314819704"
}
flag {
name: "l2cap_le_do_not_adjust_min_interval"
namespace: "bluetooth"
description: "Do not adjust min_interval in connection update request"
bug: "346960036"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "l2cap_fcs_option_fix"
namespace: "bluetooth"
description: "Use fcs_option for non BASIC mode "
bug: "372605959"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|