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 + bool bt_health_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode); void bt_health_unregister(void); -- 1.8.3.2 -- 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