diff --git a/tests/bluetooth/hci_prop_evt/src/main.c b/tests/bluetooth/hci_prop_evt/src/main.c index e458d8b728d93f..7217857586ddd7 100644 --- a/tests/bluetooth/hci_prop_evt/src/main.c +++ b/tests/bluetooth/hci_prop_evt/src/main.c @@ -198,6 +198,9 @@ static const struct cmd_handler cmds[] = { { BT_HCI_OP_LE_RAND, sizeof(struct bt_hci_rp_le_rand), generic_success }, + { BT_HCI_OP_LE_SET_RANDOM_ADDRESS, + sizeof(struct bt_hci_cp_le_set_random_address), + generic_success }, }; /* HCI driver open. */