blob: 6b31e06705af70f549ebcccbae4d11e91468ae92 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "unix_file_socket_creation_failure"
is_exported: true
namespace: "bluetooth"
description: "New socket exception code for better logging and error handling"
bug: "318886332"
}
flag {
name: "bt_socket_api_l2cap_cid"
namespace: "bluetooth"
description: "New socket API to get L2CAP channel ID"
bug: "326351678"
is_exported: true
}
flag {
name: "donot_push_error_code_to_app_when_connected"
namespace: "bluetooth"
description: "donot send error code to app when sock is already is connected, this can cause unwanted bytes even after socket is disconnected"
bug: "365844219"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "bt_offload_socket_api"
namespace: "bluetooth"
description: "New socket API to create offload socket"
bug: "367419086"
is_exported: true
}
flag {
name: "set_max_data_length_for_lecoc"
namespace: "bluetooth"
description: "set le data length to max on le coc connection to achieve better data rate"
bug: "373726267"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "socket_settings_api"
namespace: "bluetooth"
description: "Adds new socket settings interface which allows creation of encryption only socket"
bug: "374358112"
is_exported: true
}
flag {
name: "avoid_l2c_processing_while_stack_shutdown"
namespace: "bluetooth"
description: "Avoid l2cap processing while stack is shutdown"
bug: "379731768"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_buf_len_check_for_first_k_frame"
namespace: "bluetooth"
description: "Fix L2cap buffer length check against MPS for the first k-frame"
bug: "386382446"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "invalidate_hci_handle_on_acl_removal"
namespace: "bluetooth"
description: "invalidate hci handle associated with lcb on acl removal"
bug: "394329150"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "disconnect_acls_by_bredr_disabled"
namespace: "bluetooth"
description: "Fix ACL Link still connected even BREDR is disabled"
bug: "391263869"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_lecoc_socket_available"
namespace: "bluetooth"
description: "Fix Bluetooth Socket available API for LECOC socket"
bug: "402536099"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|