OSDN Git Service

tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>
Thu, 20 Mar 2014 11:25:10 +0000 (12:25 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 20 Mar 2014 12:19:53 +0000 (14:19 +0200)
With new way of handling inquiry in btdev there is no need to register
inquiry event hook

tools/mgmt-tester.c

index 9f71743..17d2bd2 100644 (file)
@@ -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),