summaryrefslogtreecommitdiff
path: root/flags/sockets.aconfig
blob: e1ba818cef76587aea06ace5e415c9762dc80d39 (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
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
    }
}