Has anybody used Samsung's Bluetooth LE APIs to make a Samsung Android device advertise as an iBeacon? This should be possible, but I do not have access to a device to try it.
If anybody has used it to make a Samsung Android device advertise as any other Bluetooth LE peripheral, I would like to know that, too.
EDIT: This is now possible on Android L. See here.
GATT central role
is outright wrong! On GATT level, there are only two roles: Client and Server. On GAP level, there are mainly these two roles: Central and Peripheral (there are other two also - Broadcaster and Observer). What they meant to say is:we support both GATT Client and Server roles, but only GAP Central role
. Obviously Observer is supported too. – Housewifely