Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in gatt_client.c #627

Open
Squidniiii opened this issue Aug 29, 2024 · 1 comment
Open

Typo in gatt_client.c #627

Squidniiii opened this issue Aug 29, 2024 · 1 comment

Comments

@Squidniiii
Copy link

Describe the bug

Apparent typo in src/ble/gatt_client.c on line 2083.

Currently:

case P_W4_SEND_SINGED_WRITE_DONE:

Should be:

case P_W4_SEND_SIGNED_WRITE_DONE:

To Reproduce

Causes compile error when that section of code is compiled.

Expected behavior

Should compile, line needs to be changed to:

case P_W4_SEND_SIGNED_WRITE_DONE:

**Environment: **

  • Current BTstack branch:master
  • Bluetooth Controller: N/A
  • Remote device: N/A
@mringwal
Copy link
Member

Thanks for reporting. We fixed this one on a private branch a while ago but failed to merge it onto develop (and master).
It's fixed on develop now.

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

No branches or pull requests

2 participants