mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Controller: Use new return parameter types and add _send_hci_command_status()
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4715,7 +4715,7 @@ class HCI_LE_Clear_Resolving_List_Command(HCI_SyncCommand[HCI_StatusReturnParame
|
||||
# -----------------------------------------------------------------------------
|
||||
@dataclasses.dataclass
|
||||
class HCI_LE_Read_Resolving_List_Size_ReturnParameters(HCI_StatusReturnParameters):
|
||||
resolving_list_size: bytes = field(metadata=metadata(1))
|
||||
resolving_list_size: int = field(metadata=metadata(1))
|
||||
|
||||
|
||||
@HCI_SyncCommand.sync_command(HCI_LE_Read_Resolving_List_Size_ReturnParameters)
|
||||
|
||||
Reference in New Issue
Block a user