From e355434eedbecd2513e91f0fe947f43ba073fb37 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 8 Oct 2013 23:07:56 -0700 Subject: [PATCH] monitor: Add structure for L2CAP connectionless channel --- monitor/bt.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.47.3