--- android/hal-msg.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 4be4ae2..f4e513b 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -419,6 +419,11 @@ struct hal_rsp_health_connect_channel { uint16_t channel_id; } __attribute__((packed)); +#define HAL_OP_HEALTH_DESTROY_CHANNEL 0x04 +struct hal_cmd_health_destroy_channel { + uint16_t channel_id; +} __attribute__((packed)); + /* Handsfree HAL API */ #define HAL_MODE_HANDSFREE_HSP_ONLY 0x01 -- 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