diff options
| author | Andy Nguyen <theflow@google.com> | 2020-08-01 19:54:03 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-02 11:49:48 +0200 |
| commit | cfd7c91a0a911f480b0d73fa2d458ef8280f6d38 (patch) | |
| tree | 16e5f2fde502ff8ac29ba7b8756ad4a9f9410ca8 /sys/linux/l2cap_ppc64le.const | |
| parent | 63a7334112fa63edb0c0a3f317d3d92135a6ead9 (diff) | |
sys/linux: add l2cap_conf_opt options
Diffstat (limited to 'sys/linux/l2cap_ppc64le.const')
| -rw-r--r-- | sys/linux/l2cap_ppc64le.const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/l2cap_ppc64le.const b/sys/linux/l2cap_ppc64le.const index 58badeca5..63e7d5c9b 100644 --- a/sys/linux/l2cap_ppc64le.const +++ b/sys/linux/l2cap_ppc64le.const @@ -2,7 +2,13 @@ L2CAP_CID_LE_SIGNALING = 5 L2CAP_CID_SIGNALING = 1 L2CAP_COMMAND_REJ = 1 +L2CAP_CONF_EFS = 6 +L2CAP_CONF_EWS = 7 +L2CAP_CONF_FCS = 5 +L2CAP_CONF_FLUSH_TO = 2 +L2CAP_CONF_MTU = 1 L2CAP_CONF_REQ = 4 +L2CAP_CONF_RFC = 4 L2CAP_CONF_RSP = 5 L2CAP_CONN_PARAM_UPDATE_REQ = 18 L2CAP_CONN_PARAM_UPDATE_RSP = 19 |
