Make Samsung Android device advertise as an iBeacon

EDIT: this answer is about older Samsung phones with Android 4.2. Samsung devices with Android 5.0+ can advertise beacons successfully.

Unfortunately, @reTs and @duncan-c are right (+1 for each of them). The Samsung BLE SDK cannot send out real BLE advertisements as is required for iBeacons.

I was holding out hope because their documentation says "allowing applications to create and advertise Bluetooth smart services and characteristics". I wrote an app to prove whether this actually worked, and learned that their documentation is simply misleading. The Samsung BLE SDK will not make Samsung devices transmit advertisements over the radio.

See full details in this blog post.


http://developer.samsung.com/ble

You can view the official "Samsung BLE SDK Guide and Hints" on the above link.

On page 12, point 10, it said : "The current version of the SDK supports only the GATT central role. Peripheral roles may be supported in future releases."


I'm told that with the current firmware it's not possible. (I'm not an Android developer so I haven't confirmed this first-hand.)