blob: f82b5966741120a01d9cfb42205ccb5d43bb7bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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_fcs_option_fix"
namespace: "bluetooth"
description: "Use fcs_option for non BASIC mode "
bug: "372605959"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|