From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/tester-main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/tester-main.h b/android/tester-main.h index 3f0d46e..54c53f0 100644 --- a/android/tester-main.h +++ b/android/tester-main.h @@ -318,8 +318,8 @@ struct emu_set_l2cap_data { * matching with expected step data. */ struct bt_callback_data { - bt_state_t state; - bt_status_t status; + int state; + int status; int num_properties; bt_property_t *properties; -- 1.9.3 -- 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