use HCI_LE_Rand

This commit is contained in:
Gilles Boccon-Gibod
2023-01-13 16:59:34 -08:00
parent 422b05ad51
commit 0a22f2f7c7
2 changed files with 34 additions and 0 deletions

View File

@@ -3105,6 +3105,16 @@ class HCI_LE_Read_Remote_Features_Command(HCI_Command):
'''
# -----------------------------------------------------------------------------
@HCI_Command.command(
return_parameters_fields=[("status", STATUS_SPEC), ("random_number", 8)]
)
class HCI_LE_Rand_Command(HCI_Command):
"""
See Bluetooth spec @ 7.8.23 LE Rand Command
"""
# -----------------------------------------------------------------------------
@HCI_Command.command(
[