--- android/hal-msg.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index cf2d353..4be4ae2 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -408,6 +408,17 @@ struct hal_cmd_health_unreg_app { uint16_t app_id; } __attribute__((packed)); +#define HAL_OP_HEALTH_CONNECT_CHANNEL 0x03 +struct hal_cmd_health_connect_channel { + uint16_t app_id; + uint8_t bdaddr[6]; + uint8_t mdep_index; +} __attribute__((packed)); + +struct hal_rsp_health_connect_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