With new way of handling inquiry in btdev there is no need to register inquiry event hook --- tools/mgmt-tester.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 9f71743..17d2bd2 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -1734,9 +1734,6 @@ static const struct generic_data stop_discovery_success_test_1 = { static const struct generic_data stop_discovery_bredr_success_test_1 = { .setup_settings = settings_powered, - .setup_expect_hci_command = BT_HCI_CMD_INQUIRY, - .setup_expect_hci_param = stop_discovery_inq_param, - .setup_expect_hci_len = sizeof(stop_discovery_inq_param), .send_opcode = MGMT_OP_STOP_DISCOVERY, .send_param = stop_discovery_bredr_param, .send_len = sizeof(stop_discovery_bredr_param), -- 1.8.4 -- 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