From 4975b8d1f46d969029ccdc6217c36841af7bb506 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 17 Dec 2014 14:36:01 +0200 Subject: [PATCH] monitor: Extend bt_l2cap_pdu_info_rsp with optional data parameter --- monitor/bt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/bt.h b/monitor/bt.h index b265ec8cb..feddca89e 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -2624,6 +2624,7 @@ struct bt_l2cap_pdu_info_req { struct bt_l2cap_pdu_info_rsp { uint16_t type; uint16_t result; + uint8_t data[0]; } __attribute__ ((packed)); #define BT_L2CAP_PDU_CREATE_CHAN_REQ 0x0c -- 2.47.3