Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Convert all UUIDs to lower case #196

Merged
merged 1 commit into from
Jan 3, 2017
Merged
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
6 changes: 3 additions & 3 deletions configuration-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Read Not Permitted: for any attempt to read while the beacon is locked.</td>
</tr>
<tr>
<td>Characteristic&nbsp;UUID</td>
<td>a3c8<strong>750A</strong>-8ed3-4bdf-8a39-a01bebede295</td>
<td>a3c8<strong>750a</strong>-8ed3-4bdf-8a39-a01bebede295</td>
</tr>
<tr>
<td>Properties</td>
Expand Down Expand Up @@ -532,7 +532,7 @@ Invalid Attribute Length: on any attempt to write with an illegal number of byte
</tr>
<tr>
<td>Characteristic&nbsp;UUID</td>
<td>a3c8<strong>750B</strong>-8ed3-4bdf-8a39-a01bebede295</td>
<td>a3c8<strong>750b</strong>-8ed3-4bdf-8a39-a01bebede295</td>
</tr>
<tr>
<td>Properties</td>
Expand Down Expand Up @@ -568,7 +568,7 @@ In addition, any write shall be ignored if the lock state is not <code>0x01</cod
</tr>
<tr>
<td>Characteristic&nbsp;UUID</td>
<td>a3c8<strong>750C</strong>-8ed3-4bdf-8a39-a01bebede295</td>
<td>a3c8<strong>750c</strong>-8ed3-4bdf-8a39-a01bebede295</td>
</tr>
<tr>
<td>Properties</td>
Expand Down