--- health/hdp_types.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/health/hdp_types.h b/health/hdp_types.h index 5db8e0d..6d41e2b 100644 --- a/health/hdp_types.h +++ b/health/hdp_types.h @@ -115,6 +115,13 @@ struct hdp_link { uint32_t id; /* Health link id */ }; +struct hdp_dc { + struct hdp_link *hdpl; /* Health link */ + struct mcap_mdl *mdl; /* MCAP MDL structure */ + uint8_t conf; /* Requested conf */ + uint16_t mdlid; /* MDL id */ +}; + struct hdp_device { DBusConnection *conn; /* For name listener handling */ struct btd_device *dev; /* Device reference */ -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html