I have an Android user device, this sends me a TAG as part of an extended request for request.
When I browse devices in my application, I need to read the TAG and specify only my user device, currently I list all detected devices.
I know that Android does NOT support api for EIR (Extended Request Response) or is this true? Assuming it will not support when I track the source, I was able to determine that it writes the EIR to a file in the phoneβs internal memory along this path "/ data / misc / bluetoothd /" DeviceAddress "/ eir
Requests: 1. Reading an eir file, is this the only way to get an EIR TAG on an Android device?
Is it safe to read this file?
Do all Android devices with Bluetooth 2.1 api support this file? that is, if I write a code, it will work on all Android devices?
I look forward to hearing ...
source share