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

Message flooding logcat logs and probably impacting performance. E bt_btif : bta_gattc_process_indicate, ignore HID ind/notificiation #800

Open
anwarhamr opened this issue Dec 5, 2021 · 5 comments

Comments

@anwarhamr
Copy link
Contributor

This message is showing up every ~100ms and flooding logcat, I can only imagine it's causing and issue w/ performance but in any case it's an error that is annoying and would love to fix it. As far as I'm aware our BLE device is not and HID device.
My app connects to 4 BLE devices on an Android OS. I can reliably send, receive and get notifications to all the services and characteristics we publish. Has anyone else seen this and know how to fix?

Smartphone (please complete the following information):

  • Device: proprietary Mason America tablet
  • OS: Android 8.1
  • react-native-ble-manager version: 7.1.4
  • react-native version: 61.5
@marcosinigaglia
Copy link
Member

Hi @anwarhamr , the library log everything pass through the BLE, maybe is better to add a flag to disable logging data in the writing/reading operations. Or to disable all native loggings.

@anwarhamr
Copy link
Contributor Author

anwarhamr commented Dec 14, 2021

@marcosinigaglia is this something that is configured and functionality exists today or something I can/should change in RN-BLE library?

@marcosinigaglia
Copy link
Member

Is something to add in the library

@Marvedog
Copy link
Contributor

@anwarhamr I'm gonna look into this unless you have already done it. Have you already started with this feature?

@anwarhamr
Copy link
Contributor Author

anwarhamr commented Mar 26, 2022 via email

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

No branches or pull requests

3 participants