OSDN Git Service

monitor: Add structure for L2CAP connectionless channel
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 9 Oct 2013 06:07:56 +0000 (23:07 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 9 Oct 2013 06:07:56 +0000 (23:07 -0700)
monitor/bt.h

index 24980e1..d82fdda 100644 (file)
@@ -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;