Reputation: 23
I'm trying to send data from my wearable device pushing a button to send a value to my phone but when I push the button I get the following error:
E/bt_btif: bta_gattc_process_indicate, ignore HID ind/notificiation
I'm using the code disposed in this tutorial. Do you know how to solve it?
Thank you in advance. Regards!
Upvotes: 1
Views: 1512
Reputation: 420
I could Imagine there's a problem between the app and the service that the BLE device, assuming The IDBLUE device is configured using the Bluetooth HID driver as an input device that can only send specific tag information of the first successful tag scanned as text output when the Action Button is pressed. Because the device is not configurable over Bluetooth and operates similar to a keyboard wedge, it doesn’t need extra development time for integration.
But you should return to the device Services and ensures that Services & UUIDs are correct and the device is working properly. for Now I could help with a BLE example I have developed to send & receive data from BLE HC-10 BLE Module and tested with Arduino and works pretty fine. It should be the same idea of the tutorial you went with it and you could change the UUIDs to the one of your device. the Android app Link is there : https://github.com/Waged/BLEArduino
Upvotes: 1