blob: 5f00813a8b9835f00c4072b036bf057e38e8e724 [file] [log] [blame]
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
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
}
}