From 9cae5d5122e9dddf6d5c63f6b5570b72aef940bd Mon Sep 17 00:00:00 2001 From: Alexander Juda Date: Wed, 9 Dec 2015 16:03:30 +0100 Subject: [PATCH] Replace three dots in example frame table Replace the three dots in the table with more explicit description. --- protocol-specification.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protocol-specification.md b/protocol-specification.md index 59b037b..c78e97a 100644 --- a/protocol-specification.md +++ b/protocol-specification.md @@ -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.