blob: fcd640695e0a36e05ec5c5a6e6a92e8040298895 (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "rfcomm_always_disc_initiator_in_disc_wait_ua"
namespace: "bluetooth"
description: "Always be the DISC initiator in the DISC_WAIT_UA state to avoid unnecessary hang"
bug: "350839022"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "allow_free_last_scn"
namespace: "bluetooth"
description: "Allow SCN 30 to be freed"
bug: "372923869"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "rfcomm_cancel_ongoing_sdp_on_close"
namespace: "bluetooth"
description: "Make sure the ongoing SDP is cleaned up when the socket is closed"
bug: "370916753"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "indicate_rfcomm_connection_complete_after_msc"
namespace: "bluetooth"
description: "Indicate RFCOMM connection complete after sending Modem Status Command"
bug: "393594567"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "rfcomm_fix_mux_collision_handling"
namespace: "bluetooth"
description: "Properly handle incoming connections while connecting"
bug: "399420482"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|