blob: e363c0e6869ff6e34b76ccc3ea23d17ffe2db212 [file] [log] [blame]
Chris Mantonf819cab2023-12-04 12:33:48 -08001package: "com.android.bluetooth.flags"
William Escandecce9c8a2024-12-18 19:05:16 -08002container: "com.android.bt"
Chris Mantonf819cab2023-12-04 12:33:48 -08003
4flag {
5 name: "l2cap_tx_complete_cb_info"
6 namespace: "bluetooth"
7 description: "Provide l2cap transmit complete information b/301168932"
8 bug: "314819704"
9}
dcxu08d0cf92024-02-23 19:20:58 +080010
11flag {
Ɓukasz Rymanowskif9b122e2024-10-10 07:51:05 +000012 name: "l2cap_fcs_option_fix"
13 namespace: "bluetooth"
14 description: "Use fcs_option for non BASIC mode "
15 bug: "372605959"
16 metadata {
17 purpose: PURPOSE_BUGFIX
18 }
19}
Jayden Kimd9475c92025-04-04 19:43:38 +000020
21flag {
22 name: "delay_offload_le_coc_connection_ind"
23 namespace: "bluetooth"
24 description: "Delay LE CoC connection indication callback if controller Tx window is full"
25 bug: "408478753"
26 metadata {
27 purpose: PURPOSE_BUGFIX
28 }
29}