Hi Andrei, On Friday 27 of June 2014 14:24:54 Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > --- > android/health.h | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/android/health.h b/android/health.h > index 0b32fd3..ab7d478 100644 > --- a/android/health.h > +++ b/android/health.h > @@ -21,5 +21,13 @@ > * > */ > > +#define HDP_MDEP_ECHO 0x00 > +#define HDP_MDEP_INITIAL 0x01 > +#define HDP_MDEP_FINAL 0x7F > + > +#define HDP_NO_PREFERENCE_DC 0x00 > +#define HDP_RELIABLE_DC 0x01 > +#define HDP_STREAMING_DC 0x02 Are those going to be used outside of health.c ? Also last three are already defined in health.c. > + > bool bt_health_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode); > void bt_health_unregister(void); > -- Best regards, Szymon Janc -- 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