mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
tools/mgmt-tester: Fix expected response code for start_discovery case
This commit is contained in:
parent
4d96b9beed
commit
f49000fe38
@ -1234,7 +1234,7 @@ static const struct generic_data start_discovery_not_supported_test_1 = {
|
||||
.send_opcode = MGMT_OP_START_DISCOVERY,
|
||||
.send_param = start_discovery_le_param,
|
||||
.send_len = sizeof(start_discovery_le_param),
|
||||
.expect_status = MGMT_STATUS_NOT_SUPPORTED,
|
||||
.expect_status = MGMT_STATUS_REJECTED,
|
||||
};
|
||||
|
||||
static const struct generic_data start_discovery_valid_param_test_1 = {
|
||||
|
Loading…
Reference in New Issue
Block a user