Those were previously passing because of ssp handler being not cleaned between test cases. This is now fixed in tester framework thus test cases needs to be updated. --- android/tester-avrcp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/tester-avrcp.c b/android/tester-avrcp.c index 337a621..07b95f5 100644 --- a/android/tester-avrcp.c +++ b/android/tester-avrcp.c @@ -241,6 +241,7 @@ static struct test_case test_cases[] = { CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_ON), ACTION_SUCCESS(emu_setup_powered_remote_action, NULL), ACTION_SUCCESS(emu_set_ssp_mode_action, NULL), + ACTION_SUCCESS(set_default_ssp_request_handler, NULL), ACTION_SUCCESS(emu_add_l2cap_server_action, &sdp_setup_data), ACTION_SUCCESS(emu_add_l2cap_server_action, &a2dp_setup_data), ACTION_SUCCESS(emu_add_l2cap_server_action, &avrcp_setup_data), @@ -257,6 +258,7 @@ static struct test_case test_cases[] = { CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_ON), ACTION_SUCCESS(emu_setup_powered_remote_action, NULL), ACTION_SUCCESS(emu_set_ssp_mode_action, NULL), + ACTION_SUCCESS(set_default_ssp_request_handler, NULL), ACTION_SUCCESS(emu_add_l2cap_server_action, &sdp_setup_data), ACTION_SUCCESS(emu_add_l2cap_server_action, &a2dp_setup_data), ACTION_SUCCESS(emu_add_l2cap_server_action, &avrcp_setup_data), -- 1.9.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