Diff between a1253420527b89a3d9f38d7751634e9512df4560 and e355434eedbecd2513e91f0fe947f43ba073fb37

Changed Files

File Additions Deletions Status
monitor/bt.h +4 -0 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index 24980e1..d82fdda 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;