8000 Replace three dots in example frame table by alexjuda · Pull Request #114 · google/eddystone · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Replace three dots in example frame table #114

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
8 changes: 4 additions & 4 deletions protocol-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Byte offset | Value | Description | Data Type
2 | `0x06` | Flags data
3 | `0x03` | Length | Complete list of 16-bit Service UUIDs. _Ibid._ § 1.1
4 | `0x03` | Complete list of 16-bit Service UUIDs data type value
5 | `0xAA` | 16-bit Eddystone UUID
6 | `0xFE` | ...
5 | `0xAA` | Lower byte of 16-bit Eddystone UUID
6 | `0xFE` | Higher byte of 16-bit Eddystone UUID
7 | `0x??` | Length | Service Data. _Ibid._ § 1.11
8 | `0x16` | Service Data data type value
9 | `0xAA` | 16-bit Eddystone UUID
10 | `0xFE` | ...
9 | `0xAA` | Lower byte of 16-bit Eddystone UUID
10 | `0xFE` | Higher byte of 16-bit Eddystone UUID

With subsequent bytes comprising the frame-specific Service Data.

Expand Down
0