blob: 5f00813a8b9835f00c4072b036bf057e38e8e724 [file] [log] [blame]
Pomai Ahlobbd0d2b2024-01-05 15:32:46 -08001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Pomai Ahlobbd0d2b2024-01-05 15:32:46 -08003
4flag {
5 name: "unix_file_socket_creation_failure"
Oriol Prieto Gascod5b82002024-03-26 01:45:25 +00006 is_exported: true
Pomai Ahlobbd0d2b2024-01-05 15:32:46 -08007 namespace: "bluetooth"
8 description: "New socket exception code for better logging and error handling"
9 bug: "318886332"
10}
Jayden Kim15c5f6d2024-02-22 07:03:23 +000011
12flag {
13 name: "bt_socket_api_l2cap_cid"
14 namespace: "bluetooth"
15 description: "New socket API to get L2CAP channel ID"
16 bug: "326351678"
Zhi Dou0b70c7d2024-04-30 20:34:27 +000017 is_exported: true
Jayden Kim15c5f6d2024-02-22 07:03:23 +000018}
Bhakthavatsala Raghavendra1eabae92024-09-10 22:23:44 +000019
20flag {
21 name: "donot_push_error_code_to_app_when_connected"
22 namespace: "bluetooth"
23 description: "donot send error code to app when sock is already is connected, this can cause unwanted bytes even after socket is disconnected"
24 bug: "365844219"
25 metadata {
26 purpose: PURPOSE_BUGFIX
27 }
28}
Jayden Kim2eca6e62024-09-17 04:58:27 +000029
30flag {
31 name: "bt_offload_socket_api"
32 namespace: "bluetooth"
33 description: "New socket API to create offload socket"
34 bug: "367419086"
35 is_exported: true
36}
37
Bhakthavatsala Raghavendraf572ba82024-10-16 00:05:35 +000038flag {
39 name: "set_max_data_length_for_lecoc"
40 namespace: "bluetooth"
41 description: "set le data length to max on le coc connection to achieve better data rate"
42 bug: "373726267"
43 metadata {
44 purpose: PURPOSE_BUGFIX
45 }
46}
Bhakthavatsala Raghavendra44f7d822024-10-18 20:32:05 +000047
48flag {
49 name: "socket_settings_api"
50 namespace: "bluetooth"
51 description: "Adds new socket settings interface which allows creation of encryption only socket"
52 bug: "374358112"
53 is_exported: true
54}
Bhakthavatsala Raghavendrac9eff0f2024-11-18 23:11:08 +000055
56flag {
57 name: "avoid_l2c_processing_while_stack_shutdown"
58 namespace: "bluetooth"
59 description: "Avoid l2cap processing while stack is shutdown"
60 bug: "379731768"
61 metadata {
62 purpose: PURPOSE_BUGFIX
63 }
64}