Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Field Name | Description
------------------------ | -------------------------------------------------------------------------------------------- | ---------------
AD LENGTH [MFG SPECIFIC] | Length of the type and data portion of the Manufacturer Specific advertising data structure. | `0x1B`
AD TYPE [MFG SPECIFIC] | Type representing the Manufacturer Specific advertising data structure. | `0xFF`
MFG ID | The beacon device manufacturer's company identifier code. | The little endian representation of the beacon device manufacturer's company code as maintained by the Bluetooth SIG assigned numbers database
MFG ID | The beacon device manufacturer's company identifier code. | The little endian representation of the [beacon device manufacturer's company code](http://www.bluetooth.com/specifications/assigned-numbers/company-Identifiers) as maintained by the Bluetooth SIG assigned numbers database
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should actually be [beacon device manufacturer's company identifier code](https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers) (note the "... company identifier code]..." and the more recent https link using all-lowercase.

BEACON CODE | The AltBeacon advertisement code | The big endian representation of the value `0xBEAC`
BEACON ID | A 20-byte value uniquely identifying the beacon | The big endian representation of the beacon identifier. For interoperability purposes, the first 16+ bytes of the beacon identifier should be unique to the advertiser's organizational unit. Any remaining bytes of the beacon identifier may be subdivided as needed for the use case.
REFERENCE RSSI | A 1-byte value representing the average received signal strength at 1m from the advertiser | A signed 1-byte value from 0 to -127
Expand Down