Deprecated
This API is deprecated. The Eddystone beacon format is no longer supported, see Google Beacon format (Deprecated).
Advertises a UID via the Eddystone protocol over Bluetooth.
bluetooth.advertiseUid(42, 1, 7, true);
namespace last 4 bytes of the namespace uid (6 to 9)instance last 4 bytes of the instance (2 to 5)power - a number representing the power level between 0 (short) and 7 (maximum range).connectable - a boolean indicating whether or not the Calliope mini should accept connections. The bytes of namespace and instance are encoded to generate the 10 bytes UID namespace and 6 bytes UID instance.
UID namespace: [0, ..., namespace]
UID instance: [0, ..., instance]stop-advertising, advertise-uid-buffer
bluetooth