diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-08 23:07:56 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-10-08 23:07:56 -0700 |
commit | e355434eedbecd2513e91f0fe947f43ba073fb37 (patch) | |
tree | 8bd4f87a9451412ebc3a2adbc029c8cdbe794f58 /monitor | |
parent | a1253420527b89a3d9f38d7751634e9512df4560 (diff) |
monitor: Add structure for L2CAP connectionless channel
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/bt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h index 24980e190..d82fddafe 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1916,6 +1916,10 @@ struct bt_l2cap_pdu_conn_param_rsp { uint16_t result; } __attribute__ ((packed)); +struct bt_l2cap_hdr_connless { + uint16_t psm; +} __attribute__ ((packed)); + struct bt_l2cap_hdr_amp { uint8_t code; uint8_t ident; |