Skip to content

Conversation

@vvydria
Copy link
Contributor

@vvydria vvydria commented Jul 14, 2025

While handling the HCI_LE_Set_Privacy_Mode_Command, a recurring exception is observed:
image

Missing metadata for peer_identity_address_type in HCI_LE_Set_Privacy_Mode_Command - no bumble.hci tag, which causes exceptions during command handling.

Fixed a crash caused by a missing `metadata` initialization for the `peer_identity_address_type` field in the `HCI_LE_Set_Privacy_Mode_Command` dataclass.
The absence of this call led to incorrect field setup, resulting in runtime exceptions during `HCI_LE_Set_Privacy_Mode_Command` handling.
@google-cla
Copy link

google-cla bot commented Jul 14, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@zxzxwu
Copy link
Collaborator

zxzxwu commented Jul 14, 2025

Thanks, but could you sign our CLA first? Or we need to create another PR to fix this.

@vvydria
Copy link
Contributor Author

vvydria commented Jul 14, 2025

Thanks, but could you sign our CLA first? Or we need to create another PR to fix this.

Done.
I signed the CLA.
Thank you !

@zxzxwu zxzxwu merged commit a5effb4 into google:main Jul 14, 2025
57 checks passed
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