Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the maximum value for major and minor for iBeacon transmitter?

Question:

1) What's the maximum value for major and minor for iBeacon transmitter?

2) I'm using only one UUID, is there a limit for startRangingBeaconsInRegion to detect the major and minor value?

enter image description here

like image 509
user1872384 Avatar asked Apr 08 '15 04:04

user1872384


People also ask

What is major and minor in iBeacon?

The purpose of the major and minor are to subdivide the identifier space for logical purposes. If you then match solely on UUID or UUID and major, you can take diffrent actions depending on which beacon is detected by examining the minor value.

How do Ibeacons work?

How iBeacon works. The beacon's job is to continuously scan for smartphones and tablets that have Bluetooth open and are running the beacon's compatible mobile app. When such a device comes within range, the beacon sends a connection request to wake up the app.


1 Answers

Both Major and Minor is 16bits. So the maximum major/minor is 65535.

like image 114
user4761991 Avatar answered Oct 07 '22 19:10

user4761991