Bluetooth(BLE) broadcast not coming in some devices with ble version 5.2
I’m working with android ble, I’m facing one issue where I’ve to reconnect with the server and show status on app when the client device was already paired or server present in bonded list
and moved out of range and comes back.
How do I set a Non-Resolvable Private Address or a Static Random Address on an Android BLE Advertisement?
The Android documentation provides some information on how to start with BLE Advertising and the developer reference about BluetoothLeAdvertiser
further provides more information on the topic.
Bluetooth connection with Android. Does device type matters?
I’m beginner on writing Android apps. I’m not sure about connectivity via Bluetooth. Does it mean with what device I try to connect? For example a Bluetooth scale. Is language API (I use Java) all I need to receive data from Bluetooth device or it depends on device?