react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

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

Open anwarhamr opened this issue 3 years ago • 5 comments

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

anwarhamr avatar Dec 05 '21 20:12 anwarhamr

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.

marcosinigaglia avatar Dec 14 '21 14:12 marcosinigaglia

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

anwarhamr avatar Dec 14 '21 15:12 anwarhamr

Is something to add in the library

marcosinigaglia avatar Dec 14 '21 15:12 marcosinigaglia

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

Marvedog avatar Mar 25 '22 19:03 Marvedog

no i have not. I reached out to the vendor that I use for medical Android devices And they told me to ignore it. that it wouldn't effect performance. doubtful but I had other things to work on.

On Fri, Mar 25, 2022, 1:11 PM Marcus Engebretsen @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/innoveit/react-native-ble-manager/issues/800#issuecomment-1079351741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEAHY4ZHBFDDRHCFDTRJODVBYFWRANCNFSM5JNE7X7A . You are receiving this because you were mentioned.Message ID: @.***>

anwarhamr avatar Mar 26 '22 01:03 anwarhamr