Skip to content

Conversation

@khsiao-google
Copy link
Collaborator

No description provided.

@khsiao-google khsiao-google requested a review from zxzxwu November 6, 2025 09:28
HCI_Connection_Complete_Event,
HCI_Connection_Request_Event,
HCI_Disconnection_Complete_Event,
HCI_Link_Key_Request_Event,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already imported hci module, so we may just remove this chain of imports.

self.link.classic_accept_connection(self, command.bd_addr, command.role)
return None

def on_classic_link_key_request_reply_command(self, command: hci.HCI_Link_Key_Request_Reply_Command) -> Optional[bytes]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on_hci_link_key_requestr_reply_command

Handler is gotten from f"on_{command.name}".

HCI_CREATE_CONNECTION_COMMAND,
HCI_SUCCESS,
Address,
HCI_Authentication_Requested_Command,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants