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:
parent
b45b1e393c
commit
ab2902ec69
1 changed files with 3 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue