Core service Register ID command doesn't return any parameter. --- android/hal-msg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/hal-msg.h b/android/hal-msg.h index 99238ff..03daa51 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -70,9 +70,6 @@ struct hal_status { struct hal_cmd_register_module { uint8_t service_id; } __attribute__((packed)); -struct hal_rsp_register_module { - uint8_t service_id; -} __attribute__((packed)); #define HAL_OP_UNREGISTER_MODULE 0x02 struct hal_cmd_unregister_module { -- 1.8.4.1 -- 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