1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "unix_file_socket_creation_failure"
6    is_exported: true
7    namespace: "bluetooth"
8    description: "New socket exception code for better logging and error handling"
9    bug: "318886332"
10}
11
12flag {
13    name: "bt_socket_api_l2cap_cid"
14    namespace: "bluetooth"
15    description: "New socket API to get L2CAP channel ID"
16    bug: "326351678"
17    is_exported: true
18}
19