简体   繁体   中英

How to read data from a Bluethooth BLE device without pair in Android

I have a Bluetooth device and I need to read data from it but without pairing with it, since it does not allow it, but I do not know how to do it, I know it is possible because I have another application that does it, but I do not know how to display the device data.

Thank you

Bluetooth works by pairing with a specific device, whereas BLE is more like a community message board, with devices posting little pieces of information or accepting small updates. Take a look at the official Android docs on BLE. They describe the basics of the protocol and outline how to discover devices and perform read/write operations: https://developer.android.com/guide/topics/connectivity/bluetooth-le

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM