Pomai Ahlo | bbd0d2b | 2024-01-05 15:32:46 -0800 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Pomai Ahlo | bbd0d2b | 2024-01-05 15:32:46 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "unix_file_socket_creation_failure" |
Oriol Prieto Gasco | d5b8200 | 2024-03-26 01:45:25 +0000 | [diff] [blame] | 6 | is_exported: true |
Pomai Ahlo | bbd0d2b | 2024-01-05 15:32:46 -0800 | [diff] [blame] | 7 | namespace: "bluetooth" |
| 8 | description: "New socket exception code for better logging and error handling" |
| 9 | bug: "318886332" |
| 10 | } |
Jayden Kim | 15c5f6d | 2024-02-22 07:03:23 +0000 | [diff] [blame] | 11 | |
| 12 | flag { |
| 13 | name: "bt_socket_api_l2cap_cid" |
| 14 | namespace: "bluetooth" |
| 15 | description: "New socket API to get L2CAP channel ID" |
| 16 | bug: "326351678" |
Zhi Dou | 0b70c7d | 2024-04-30 20:34:27 +0000 | [diff] [blame] | 17 | is_exported: true |
Jayden Kim | 15c5f6d | 2024-02-22 07:03:23 +0000 | [diff] [blame] | 18 | } |
Bhakthavatsala Raghavendra | 1eabae9 | 2024-09-10 22:23:44 +0000 | [diff] [blame] | 19 | |
| 20 | flag { |
| 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 Kim | 2eca6e6 | 2024-09-17 04:58:27 +0000 | [diff] [blame] | 29 | |
| 30 | flag { |
| 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 Raghavendra | f572ba8 | 2024-10-16 00:05:35 +0000 | [diff] [blame] | 38 | flag { |
| 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 Raghavendra | 44f7d82 | 2024-10-18 20:32:05 +0000 | [diff] [blame] | 47 | |
| 48 | flag { |
| 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 Raghavendra | c9eff0f | 2024-11-18 23:11:08 +0000 | [diff] [blame] | 55 | |
| 56 | flag { |
| 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 | } |