| 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 |
| } |
| } |