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

fix for #243 #252

Open
wants to merge 3 commits 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
6 changes: 6 additions & 0 deletions specification/AdvertisingMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ below.

Note: URIs are written only with the graphic printable characters of the US-ASCII coded character set. The octets 00-20 and 7F-FF hexadecimal are not used. See “Excluded US-ASCII Characters” in RFC 2936.


### UriBeacon HTTP URL decoding

During the decoding process, of a sequence of characters denoting a UriBeacon, one should first determine whether it starts with a Uri scheme prefix.
Then, if the scheme prefix denotes an HTTP URL prefix, all subsequent characters should be inspected and expanded accordingly. Any character within the URL, not just the suffix, will be substituted. It is possible for the sequence of characters to contain multiple HTTP URL expansion characters.

## References
- `Service UUID` type is defined in Core Specification Supplement, Part A, section 1.1
- `Service Data` type is defined in Core Specification Supplement, Part A, section 1.11
Expand Down