aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/l2cap.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/l2cap.txt')
-rw-r--r--sys/linux/l2cap.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/linux/l2cap.txt b/sys/linux/l2cap.txt
index c9fd6fe29..3bc4e608f 100644
--- a/sys/linux/l2cap.txt
+++ b/sys/linux/l2cap.txt
@@ -68,17 +68,23 @@ l2cap_cmd_rej_unk {
reason int16
} [packed]
+l2cap_conf_opt {
+ type int8
+ len bytesize[val, int8]
+ val array[int8]
+} [packed]
+
l2cap_conf_req {
dcid int16
flags int16
- data array[int8]
+ data array[l2cap_conf_opt]
} [packed]
l2cap_conf_rsp {
scid int16
flags int16
result int16
- data array[int8]
+ data array[l2cap_conf_opt]
} [packed]
l2cap_conn_param_update_req {