All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
3k views

Android BLE: Is it possible to add Service Data and Manufacturer Data at the same time when advertising an iBeacon packet?

I'm currently doing an experiment in order to trigger a beacon detection device. Here is the sample of a detected beacon that can be used to trigger that device. In my experiment, I'm trying to ...
user1749623's user avatar
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 "...
drbear's user avatar
  • 31
0 votes
1 answer
371 views

Android BLE iBeacon advertisement packet larger than expected

I'm attempting to get an estimated range to a BLE device, given the devices RSSI and calibrated transmission power. The calibrated txPower is supposedly emitted as the last byte in the peripherals ...
Orbit's user avatar
  • 3,075
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("...
user's user avatar
  • 471