Bluetooth: tests: Update hci_prop_evt for LE Set Random Address command

Accept LE Set Random Address command during HCI init.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-01-31 18:03:57 +01:00 committed by Johan Hedberg
commit ab2902ec69

View file

@ -198,6 +198,9 @@ static const struct cmd_handler cmds[] = {
{ BT_HCI_OP_LE_RAND, { BT_HCI_OP_LE_RAND,
sizeof(struct bt_hci_rp_le_rand), sizeof(struct bt_hci_rp_le_rand),
generic_success }, generic_success },
{ BT_HCI_OP_LE_SET_RANDOM_ADDRESS,
sizeof(struct bt_hci_cp_le_set_random_address),
generic_success },
}; };
/* HCI driver open. */ /* HCI driver open. */