All Questions
Tagged with android-ble ibeacon-android
4
questions
5
votes
1
answer
5k
views
Why isMultipleAdvertisementSupported() returns false, when getBluetoothLeAdvertiser returns an object?
I am trying to play with BLE transmission on my device.
Here is the code I use and the output:
// check BLE support
Log.i(TAG, "BLE supported: " + getPackageManager().hasSystemFeature(...
3
votes
1
answer
599
views
Android 4.4 BLE Scanning lack of stability
Would a Bluetooth LE Jedi know any trick how to get a reliable BLE scanning mode on cheap Android 4.4 devices ?
Everything works fine from Android 5 to 6, and most of the Android 4.4 phones...
...
1
vote
1
answer
1k
views
Android BLE Scan - Cannot start unfiltered scan in screen-off
I am facing issue related to BLE advertisement scanning. After turning screen off my scanning is working for undefined time then stopping till I turn screen on. BtGatt.ScanManager is logging "...
0
votes
0
answers
573
views
How to transmit beacon using altbeacon
I am working on Android app to transmit data by custom beacon,
here is my code :
public void transmitData() {
mBeaconTransmitter = new BeaconTransmitter(this, new BeaconParser().setBeaconLayout("...