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

ionic cordova getting 133 error for ble.write() in Android device #994

Closed
megha2021 opened this issue Nov 6, 2023 · 1 comment
Closed
Labels

Comments

@megha2021
Copy link

I am using ionic Cordova, the Ble plugin is working fine for all other methods but when I use the write method it throws 133 error and it is happening only in Android, the same code works in IOS. Please let me know the solution.

@peitschie
Copy link
Collaborator

Hiya @megha2021

An error like 133 is a GATT error returned by Android, and unlikely to be something caused by the plugin.

It's worth double-checking that the peripheral supports the type of write you're using (write vs writeWithoutResponse).

Some things I'd suggest to trying:

  1. Check if you get the same problem across multiple types of Android devices
  2. See if you get the same result if you try and write using another application such as nrf Connect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants