<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amsuess-core-coap-over-gatt-04" category="std" consensus="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title>CoAP over GATT (Bluetooth Low Energy Generic Attributes)</title>
    <seriesInfo name="Internet-Draft" value="draft-amsuess-core-coap-over-gatt-04"/>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <postal>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <date year="2023" month="July" day="11"/>
    <workgroup>CoRE</workgroup>
    <keyword>CoAP, bluetooth, gatt</keyword>
    <abstract>
      <t>Interaction from computers and cell phones to constrained devices is limited by the different network technologies used,
and by the available APIs.
This document describes a transport for the Constrained Application Protocol (CoAP) that uses Bluetooth GATT (Generic Attribute Profile)
and its use cases.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Constrained RESTful Environments Working Group mailing list (core@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://gitlab.com/chrysn/coap-over-gatt"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> can be used with different network and transport technologies,
for example UDP on 6LoWPAN networks.</t>
      <t>Not all those network technologies are available at end user devices in the vicinity of the constrained devices,
which inhibits direct communication and necessitates the use of gateway devices or cloud services.
In particular, 6LoWPAN is not available at all in typical end user devices,
and while 6LoWPAN-over-BLE (IPSP, the Internet Protocol Support Profile of Bluetooth Low Energy (BLE), <xref target="RFC7668"/>) might be compatible from a radio point of view,
many operating systems or platforms lack support for it,
especially in a user-accessible way.</t>
      <t>As a workaround to access constrained CoAP devices from end user devices,
this document describes a way encapsulate generic CoAP exchanges in Bluetooth GATT (Generic Attribute Profile).
This is explicitly not designed as means of communication between two devices in full control of themselves --
those should rather build an IP based network and transport CoAP as originally specified.
It is intended as a means for an application to escape the limitations of its environment,
with a special focus on web applications that use the Web Bluetooth <xref target="webbluetooth"/>.
In that, it is similar to CoAP-over-WebSockets <xref target="RFC8323"/>.
GATT, which has read and write semantics, is not a perfect match for CoAP's request/response semantics;
this specification bridges the gap in order to make CoAP transportable over what is sometimes the only available protocol.</t>
      <section anchor="application-example">
        <name>Application example</name>
        <t>Consider a network of home automation light bulbs and switches,
which internally uses CoAP on a 6LoWPAN network
and whose basic pairing configuration can be done without additional electronic devices.</t>
        <t>Without CoAP-over-GATT,
an application that offers advanced configuration requires the use of a dedicated gateway device
or a router that is equipped and configured to forward between the 6LoWPAN and the local network.
In practice, this is often delivered as a wired gateway device and a custom app.</t>
        <t>With CoAP-over-GATT,
the light bulbs can advertise themselves via BLE,
and the configuration application can run as a web site.
The user navigates to that web site, and it asks permission to contact the light bulbs using Web Bluetooth.
The web application can then exchange CoAP messages directly with the light bulb,
and have it proxy requests to other devices connected in the 6LoWPAN network.</t>
        <t>For browsers that do not support Web Bluetooth,
the same web application can be packaged into an native application
consisting of a proxy process that forwards requests received via CoAP-over-WebSockets on the loopback interface to CoAP-over-GATT,
and a browser view that runs the original web application in a configuration to use WebSockets rather than CoAP-over-GATT.</t>
        <t>That connection is no replacement when remote control of the system is desired
(in which case, again, a router is required that translates 6LoWPAN to the rest of the network),
but suffices for many commissioning tasks.</t>
      </section>
      <section anchor="alternatives">
        <name>Alternatives</name>
        <t>Several approaches were considered, but considered unsuitable for the intended use cases:</t>
        <ul spacing="normal">
          <li>
            <t>CoAP over 6LoWPAN over BLE (BLE IPSP):
While this is the natural choice for transporting CoAP over BLE,
it is unavailable on typical end user devices.
There is no clear path toward how that would be integrated in platforms like Android or iOS,
and even if it were, creating a network connection to a nearby device from within an application might not be possible (if how WLAN networks are managed is any indication).  </t>
            <t>
[ TBD: Illustrate how easy IPSP is when only working link-local like CoAP-over-GATT does,
see also <eref target="https://gitlab.com/chrysn/coap-over-gatt/-/issues/10">https://gitlab.com/chrysn/coap-over-gatt/-/issues/10</eref>. ]</t>
          </li>
          <li>
            <t>GoldenGate <xref target="goldengate"/>:
This introduces significant network overhead,
and burdens the end user device application with shipping a full network stack
that is executed in a position where it can not integrate fully with the operating system's network stack.  </t>
            <t>
Moreover, this places a retransmission layer on top of a partially reliable transport (GATT),
duplicating effort and possibly aggravating congestion situations.</t>
          </li>
          <li>
            <t>CoAP over UDP over SLIP over GATT UART <xref target="nefzger"/>:
This is similar to the GoldenGate approach,
but built on the GATT UART provided with Nordic Semiconductor's libraries<!-- https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-service -->.  </t>
            <t>
This shares the network stack duplication and retransmission concerns of GoldenGate.</t>
          </li>
          <li>slipmux <xref target="I-D.bormann-t2trg-slipmux"/> over BLE GATT UART service:
This is similar to the previous item;
the stack duplication concern is addressed,
but retransmissions are still active atop of a service that already provides some reliability.</li>
        </ul>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
    </section>
    <section anchor="protocol-description">
      <name>Protocol description</name>
      <section anchor="gatt-basics">
        <name>Boundary conditions: GATT properties</name>
        <t>[ This section may be shortened in later iterations,
but is kept around while the protocol is being developed
to easily fix mistakes made from wrong assumptions. ]</t>
        <t>CoAP-over-GATT has different properties than UDP transported over the Internet:</t>
        <ul spacing="normal">
          <li>
            <t>Messages sent by one party are received by the other party in the order in which they are sent.
There is no re-ordering.  </t>
            <t>
(There is also a total order on messages sent by any party,
but that property is not useful because it's often not accessible through the Bluetooth stacks.)</t>
          </li>
          <li>
            <t>There is limited reliabiliy built into the protocol.  </t>
            <t>
Data transmissions initiated by the data source can be
unreliable ("write without response", "notify")
or reliable ("write with response", "indicate").  </t>
            <t>
The caveat with their relability is that acknowledgements are sent by the BLE stack,
without consulting with the application.
(This is not only done for simplicity but also for power efficiency:
There is only a short time window in which the data source is listening for confirmations).
Thus, these confirmations can not serve to acknowledge that the a CoAP request contained in the event was read, understood and is being processed.  </t>
            <t>
The reliability mechanisms are still useful, though:
Both "write" and "notify"/"indicate" update the GATT characteristic's state,
and while a slow application may miss data when sent in fast succession,
it is reasonable to expect from the BLE stack to deliver the last data to the application
when no more data is sent.</t>
          </li>
          <li>
            <t>Reads and writes may be subtly confused:
When a characteristic is written to,
and it is read before the BLE server application has had time to interact with its BLE stack,
the written value may be echoed back at read time.  </t>
            <t>
This is likely not problematic when "notify"/"indicate" is used
instead of polling reads,
but it seems prudent to take precautions.</t>
          </li>
        </ul>
      </section>
      <section anchor="requests-and-responses">
        <name>Requests and responses</name>
        <t>CoAP-over-GATT uses a GATT Characteristics to transport requst and response messages.
Similar CoAP-over-UDP it offers both reliable and unreliable transfer and message deduplication,
but as GATT's properties (see <xref target="gatt-basics"/>) differ from UDP's,
it uses a different serialization and a different kind of message IDs.</t>
        <t>Tokens are used like with other CoAP transports,
and allow keeping multiple requests active at the same time.</t>
        <t>A GATT server announces service of UUID 8df804b7-3300-496d-9dfa-f8fb40a236bc (abbreviated US in this document),
with one or more pairs of characteristics of UUID 8bf52767-5625-43ca-a678-70883a366866 (the downstream characteristic, abbreviated UCD)
and ab3720c8-7fc0-41f8-aa2a-9a45c2c01a4b (the upstream characteristic, abbreviated UCU)
through BLE advertisements from a BLE peripheral (typically a constrained device),
which are discovered by a BLE central (typically an end user device).
The server and client roles of CoAP and GATT are independent of each other:
either BLE participant can send requests in a CoAP client role.</t>
        <t>It is expected that as this document matures,
shorter (16 or 32 bit) identifiers will be requested and assigned.
[ See also <eref target="https://gitlab.com/chrysn/coap-over-gatt/-/issues/7">https://gitlab.com/chrysn/coap-over-gatt/-/issues/7</eref>. ]</t>
        <section anchor="message-sub-layer">
          <name>Message sub-layer</name>
          <t>At the UCU/UCD pair of CoAP-over-GATT characteristics, each party maintains a single bit Message ID (initialized at 1 when a connection is created),
and the last Message ID sent by the peer (initialized at 0 when a connection is created).</t>
          <t>Messages are serialized as GATT values.
The GATT client sends a message by writing it to UCD (reliably using the "write with response" or unreliably using "write without response" operation);
the GATT server sends them reliably using an "indicate" or unreliably "notify" event on UCU.
The serialization format is the same for all, and illustrated in <xref target="fig-message"/>:</t>
          <figure anchor="fig-message">
            <name>Components of a message</name>
            <artwork><![CDATA[
0   1   2   3   4       8       16      varying
+---+---+---+---+-------+-------+-------+---------+----+---------+
| R | M | C | A |  TKL  |  Code | Token | Options | ff | Payload |
+---+---+---+---+-------+-------+-------+---------+----+---------+
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>a single message description byte,
compose of 4 bits R (reserved), M (Message ID), C (Confirm) and A (Acknowledge ID),
followed by 4 bits of token length (TKL).</li>
            <li>
              <t>Code, token, options, payload marker and payload as in <xref target="RFC7252"/>.  </t>
              <t>
Unlike there, there is no 16-bit Message ID field
(a similar role is taken by bits M and A),
and in empty messages,
the code is not sent.</t>
            </li>
          </ul>
          <t>The bits are set as follows:</t>
          <ul spacing="normal">
            <li>The R bit is reserved for future extensions;
it MUST be written as 0,
and writes with values of 1 MUST be ignored.</li>
            <li>The Message ID bit is always set to the current Message ID of the sender.</li>
            <li>The Confirm bit is set if the sender asks the peer to acknowledge that the message has been noted.</li>
            <li>The Acknowledge ID is always set to the peer's last sent Message ID that had the Confirm bit set.</li>
          </ul>
          <t>When receiving a message with the C bit set,
the recipient MUST eventually send a response message with radio reliability.</t>
        </section>
        <section anchor="using-the-message-sub-layer">
          <name>Using the message sub-layer</name>
          <t>[ This section reflects ongoing experimentation with the above serialization format and rules.
Senders may use other patterns as long as they do not stall their peer by not sending any messages after the Confirm bit was set. ]</t>
          <t>To send a message unreliably in terms of CoAP transmission,
a sender sets its latest Message ID in the M bit, sets C to 0, and populates the remaining bits per the rules above.
It then sends the message unreliably on the radio
(it may be sent reliably, especially when the peer set the C bit before).
After a CoAP-unreliable message, the sender may send more CoAP-unreliable messages.
It should avoid sending multiple messages in the same connection event
(because the peer's BLE stack would be likely to not pass on the earlier message).</t>
          <t>To send a message reliably in terms of CoAP transmission,
a sender sets its latest Message ID in the M bit, sets C to 1, and populates the remaining bits per the rules above.
It then sends the message reliably on the radio
(it may send unreliably if a message is expected from the peer soon, but then needs to be prepared to send the same message again).
After sending that message,
the sender does not send any other message until a message is received with A equal to the sent message's M bit.
The sender may need to send the very same message again if no earlier transmission of the message happened reliably.
[ Do we need to give timing guidance here? Probably not, because it only happens if there is some expectation in the first place. ]
The sender may cancel the transmission by sending an empty message with the same M and C bits,
or by sending different message with these bits (which are then all unreliable transmissions).</t>
          <t>When receiving a message with the C bit set,
it is up to the recipient when to send the radio-reliable message.
If it is expected that a radio-reliable message will be sent soon,
it is permissible and useful to send unrelated unreliable messages that already account for the set C bit in their A bit.</t>
        </section>
        <section anchor="message-deduplication">
          <name>Message deduplication</name>
          <t>CoAP-over-GATT participants MUST ignore a message arriving at a characteristic
if it is identical to the one received previously in the same connection.
(The first message is never ignored).</t>
          <t>Note that it is not possible to send two identical consecutive messages unreliably.
When sending identical requests, the sender may vary the token.
Sending identical responses generally is rarely significant, even with the generalized <xref target="I-D.bormann-core-responses"/>,
because the mechanism to make responses "non-matching" in that document's terminology typically incurs variation.
When it does not, but the repetition is still significant, sending the messages reliably becomes necessary.</t>
        </section>
        <section anchor="requests-and-responses-1">
          <name>Requests and responses</name>
          <t>CoAP requests and responses are built on the message sub-layer
as they are in <xref target="RFC7252"/>:
requests are sent with a token chosen by the CoAP client,
and the CoAP server sends a response with the same token.</t>
          <t>Responses and message-layer acknowledgments can happen in the same message.
Unlike in <xref target="RFC7252"/>, there is no association between a request and its message ID:
Any message may serve as an acknowledgement;
it is always only the token that matches requests to responses.</t>
        </section>
        <section anchor="fragmentation">
          <name>Fragmentation</name>
          <t>Attribute values are limited to 512 Bytes (<xref target="bluetooth52"/> Part F Section 3.2.9),
practically limiting blockwise operation (<xref target="RFC7959"/>) to size exponents to 4 (resulting in a block size of 256 byte).
Even smaller messages might enhance the transfer efficiency
when they avoid fragmentation at the L2CAP level. [ TBD: Verify: ]</t>
        </section>
        <section anchor="multiple-characteristics">
          <name>Multiple characteristics</name>
          <t>If a server provides multiple UCU and UCD typed characteristics,
they form pairs in the sequence in which they are listed.
By using them in parallel,
multiple messages can be sent without waiting for individual confirmation.
This is similar to using RFC7252 with NSTART &gt; 1,
and may be used by the GATT client if the GATT server lists multiple pairs of UCU/UCD characteristics.
The GATT server can send messages only through UCU characteristics on which the GATT client enabled "indicate" or "notify";
if the GATT client does not support multiple characteristics,
it will just pick any and only enable them on that one.</t>
          <t>Each characteristic has its independent message ID bits.
All characteristics of a service share a single token space,
and responses need not necessarily be sent on the characteristic the request was sent on.</t>
          <t>The use of muliple characteristics is primarily practical
when large amounts of data are to be transferred.
These transfers can utilize much of BLE's bandwidth
because they make it easy to send much data within a single BLE connection event.</t>
        </section>
        <section anchor="communication-example">
          <name>Communication example</name>
          <t>The example illustrated in <xref target="fig-communication"/>
shows an observation request
with reliable and unreliable responses.
It chooses the most typical configuration
where the GATT server is also the BLE peripheral
(and thus sends avertisements).
The GATT client is also the CoAP client here.</t>
          <figure anchor="fig-communication">
            <name>Example message flow</name>
            <artwork><![CDATA[
    GATT server                          GATT client

  Send BLE advertisement with one UCU and one UCD ---------->

(Pairing in Just-Works mode and discovery not illustrated)

  <----- Write+Resp. M=1 C=1 A=0 T="01" GET /temp, Observe: 0

(The server sends temperature values unreliably for some time)

  Notify M=1 C=0 A=1 T="01" 2.05 Content, Obs: 1, "22°C" --->

  Notify M=1 C=0 A=1 T="01" 2.05 Content, Obs: 2, "21°C" --->

  <----- Write+Resp. M=0 C=1 A=0 T="02" GET /model

  Indicate M=1 C=1 A=0 T="02" 2.05 Content, "ExampleScan" -->

  <----- Write+Resp. M=0 C=0 A=1 empty

  Notify M=0 C=0 A=0 T="01" 2.05 Content, Obs: 3, "20°C" --->

(At this point, the temperature isn't changing for some time,
and the server sends a reliable notification)

  Indicate M=0 C=1 A=0 T="01" 2.05 Content, Obs: 4, "20°C" ->

  <----- Write+Resp. M=0 C=0 A=0 empty
]]></artwork>
          </figure>
        </section>
        <section anchor="development-directions">
          <name>Development directions</name>
          <ul spacing="normal">
            <li>
              <t>Is there any good reason to allow read operations?  </t>
              <t>
A GATT client that is waiting for a Confirm bit to be acknowledged might attempt a Read
(for the case that the confirmation arrived in an unreliable message),
but might just as well perform the last write again.  </t>
              <t>
Reading would be more efficient (because it can happen without application intervention, and no data is sent),
but the added complexity might not be worth the enhancements.</t>
            </li>
            <li>
              <t>Fragmentation.
If the current approach of requiring devices to support large MTU sizes turns out to be impractical,
or if GATT level fragmentation vastly outperforms CoAP fragmentation,
it may be necessary to use composite reads and writes on GATT.  </t>
              <t>
Care has to be taken to use only operations supported by <xref target="webbluetooth"/>: that API does not expose reads with offsets.  </t>
              <t>
Offset based fragmentation may also be incompatible with the write-with-response approach suggested for reliability.</t>
            </li>
            <li>
              <t>Usability from WebBluetooth  </t>
              <t>
WebBluetooth clients may be unaware that two protocol instances
are running between the client and the server at the same time,
without any indication on the BLE side.  </t>
              <t>
Is there anything this protocol can do to help the clients discover
(or even resolve) the situation?  </t>
              <t>
See also <eref target="https://gitlab.com/chrysn/coap-over-gatt/-/issues/9">https://gitlab.com/chrysn/coap-over-gatt/-/issues/9</eref>.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="addresses">
        <name>Addresses</name>
        <t>The URI scheme associated with CoAP over GATT is "coap+gatt".
The default value of Uri-Host is the MAC address of the CoAP server,
in hexadecimal encoding, followed by <tt>.ble.arpa</tt>.
[ Some bikeshedding is expected on these details. ]</t>
        <t>User information and port are always absent with this scheme.</t>
        <t>Assembling the URI of a request for the discovery resource of a BLE device with the MAC address 00:11:22:33:44:55 would thus be assembled, under the rules of <xref section="6.4" sectionFormat="of" target="RFC7252"/>, to <tt>coap+gatt://001122334455.ble.arpa/.well-known/core</tt>.</t>
        <t>Locally defined host or service name registries may be used to create names
that are more suitable for human interaction.
For DNS, which is widely used for this purpose,
no record types are registered that map to Bluetooth MAC addresses at the time of writing.</t>
        <t>Note that on some platforms (e.g. Web Bluetooth <xref target="webbluetooth"/>),
the peer's or the own address may not be known application.
They may come up with an application-internal registered name component
(e. g. <tt>coap+gatt://id-SomeInternalIdentifier/.well-known/core</tt>),
but must be aware that those can not be expressed towards anything outside the local stack --
the same way they would avoid using IPv6 zone identifiers or URIs whose host name is <tt>localhost</tt>.</t>
        <t>The interactions of different CoAP transports' schemes
is discussed at length in <xref target="I-D.ietf-core-transport-indication"/>.
There is currently no intention
to provide any DNS records for the <tt>.ble.arpa</tt> domain
that would enable the use of <tt>coap://001122334455.ble.arpa/</tt> addresses.
Local mechanisms may still enable their use.</t>
        <section anchor="use-with-persistent-addresses">
          <name>Use with persistent addresses</name>
          <t>When services are meant to provide long-lived and universally usable URIs,
addresses based on MAC addresses can be impractical,
because they fluctuate on hardware changes.
(Moreover, privacy mechanisms on the device or the platform can render them unusable even before hardware changes).</t>
          <t>In the absence of a usable host or service name registry,
implementers may opt for non-GATT addresses right away.
<xref target="I-D.ietf-core-transport-indication"/> provides the means to advertise a different canonical address,
and to announce availability of that advertised service on the present transport, CoAP-over-GATT.
If the device is not generally reachable,
the canonical address might also be unreachable (see <xref target="I-D.ietf-core-transport-indication"/> section "Unreachable canonical origin address").</t>
          <t>When long-lived addresses circumvent privacy preserving measures,
considerations concering the tracking of devices [ are TBD along the lines of "don't make it discoverable to unauthorized sources, and in case of doubt let the peer show its credentials first" ].</t>
        </section>
      </section>
      <section anchor="compression-and-reinterpretation-of-non-coap-characteristics">
        <name>Compression and reinterpretation of non-CoAP characteristics</name>
        <t>The use of SCHC is being evaluated in combination with CoAP-over-GATT;
the device can use the characteristic UUID to announce the static context used.</t>
        <t>Together with non-traditional response forms (<xref target="I-D.bormann-core-responses"/>
and contexts that expand, say, a numeric value 0x1234 to a message like</t>
        <artwork><![CDATA[
2.05 Content
Response-For: GET /temperature
Content-Format: application/senml+cbor
Payload (in JSON-ish equivalent):
[
    {1 /* unit */: "K", 2 /* value */: 0x1234}
]
]]></artwork>
        <t>This enables a different use case than dealing with limited environments:
Accessing BLE devices via CoAP without application specific gateways.
Any required information about the application can be expressed in the SCHC context.</t>
      </section>
      <section anchor="additional-use-of-advertisements">
        <name>Additional use of advertisements</name>
        <t>In the current specification,
advertisements are used to indicate that CoAP-over-GATT is being used.</t>
        <t>If Service Data is transported in the advertisement,
it contains an identifier of the device in the <tt>ble-sd.arpa</tt> zone,
such that the lower case hexadecimal representation of the Service Data value is prepended to <tt>.ble-sd.arpa</tt>
to form a name for the device.
There is no expectation for these names to be globally unique:
considerations for beacon lengths may require them to be as short as 2 bytes.
They are local alias names,
comparable to <tt>hostname.local</tt>,
that help applications filter devices
rather than establishing a connection with several devices
just to find the intended one.</t>
        <t>The use of Service Data names has two upsides compared to filtering by MAC address:</t>
        <ul spacing="normal">
          <li>Service Data identifiers can be stable across changes in hardware.</li>
          <li>Service Data identifiers can be queried even on platforms
on which MAC addresses are not accessible,
such as on Web Bluetooth.</li>
        </ul>
        <t>Two more uses of them are being considered:</t>
        <ul spacing="normal">
          <li>
            <t>Some resource metadata might already be transported in advertisements.  </t>
            <t>
These would need to be compact (in the order of magnitude of 10 bytes or less),
and could contain data otherwise only discovered by querying the .well-known/core resource,
or (hashes of) AS and audience values for ACE
to facilitate connection creation with a device known by its managed identity.  </t>
            <t>
[ This is largely superseded by Service Data identifiers:
The level of per deployment customization for what would and would not be hashed
is likely so large that there would not be any interoperability exceeding plain identifiers anyway. ]</t>
          </li>
          <li>
            <t>Advertisements could contain broadcast CoAP messages.  </t>
            <t>
Given that these non-traditional responses can not have embedded requests (as defined in <xref target="I-D.bormann-core-responses"/>) due to size contraints,
a mechanism such as <xref target="I-D.ietf-core-observe-multicast-notifications"/> could be used to distribute some consensus request.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA considerations</name>
      <section anchor="uniform-resource-identifier-uri-schemes">
        <name>Uniform Resource Identifier (URI) Schemes</name>
        <t>IANA is asked to enter a new scheme into the "Uniform Resource Identifier (URI) Schemes" registry set up in <xref target="RFC7595"/>:</t>
        <ul spacing="normal">
          <li>URI Scheme: "coap+gatt"</li>
          <li>Description: CoAP over Bluetooth GATT (sharing the footnote of coap+tcp)</li>
          <li>Well-Known URI Support: yes, analogous to <xref target="RFC7252"/></li>
        </ul>
      </section>
      <section anchor="blearpa-ble-sdarpa">
        <name>ble.arpa, ble-sd.arpa</name>
        <t>IANA is asked to create two new reserved domain names in the .arpa name space as described in <xref target="rfc6761"/>:
the suffixes <tt>.ble.arpa</tt> and <tt>.ble-sd.arpa</tt>.</t>
        <t>The expectation for Application Software are
that no DNS resolution is attempted;
instead, the hexadecimal prefix is processed into a binary address
(6 bytes for <tt>.ble.arpa</tt>, arbitrary lengths for <tt>.ble-sd.arpa</tt>),
and any operation on that address is pointed to the Bluetooth Low Energy device
with the indicated MAC address or Service Data, respectively.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security considerations</name>
      <t>All data received over GATT is considered untrusted;
secure communication can be achieved using OSCORE <xref target="RFC8613"/>.</t>
      <t>Physical proximity can not be inferred from this means of communication.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7595">
          <front>
            <title>Guidelines and Registration Procedures for URI Schemes</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="T. Hardie" initials="T." surname="Hardie"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes. It obsoletes RFC 4395.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="35"/>
          <seriesInfo name="RFC" value="7595"/>
          <seriesInfo name="DOI" value="10.17487/RFC7595"/>
        </reference>
        <reference anchor="rfc6761">
          <front>
            <title>Special-Use Domain Names</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document describes what it means to say that a Domain Name (DNS name) is reserved for special use, when reserving such a name is appropriate, and the procedure for doing so. It establishes an IANA registry for such domain names, and seeds it with entries for some of the already established special domain names.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6761"/>
          <seriesInfo name="DOI" value="10.17487/RFC6761"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7668">
          <front>
            <title>IPv6 over BLUETOOTH(R) Low Energy</title>
            <author fullname="J. Nieminen" initials="J." surname="Nieminen"/>
            <author fullname="T. Savolainen" initials="T." surname="Savolainen"/>
            <author fullname="M. Isomaki" initials="M." surname="Isomaki"/>
            <author fullname="B. Patil" initials="B." surname="Patil"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>Bluetooth Smart is the brand name for the Bluetooth low energy feature in the Bluetooth specification defined by the Bluetooth Special Interest Group. The standard Bluetooth radio has been widely implemented and available in mobile phones, notebook computers, audio headsets, and many other devices. The low-power version of Bluetooth is a specification that enables the use of this air interface with devices such as sensors, smart meters, appliances, etc. The low-power variant of Bluetooth has been standardized since revision 4.0 of the Bluetooth specifications, although version 4.1 or newer is required for IPv6. This document describes how IPv6 is transported over Bluetooth low energy using IPv6 over Low-power Wireless Personal Area Network (6LoWPAN) techniques.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7668"/>
          <seriesInfo name="DOI" value="10.17487/RFC7668"/>
        </reference>
        <reference anchor="webbluetooth" target="https://webbluetoothcg.github.io/web-bluetooth/">
          <front>
            <title>Web Bluetooth</title>
            <author initials="R." surname="Grant">
              <organization/>
            </author>
            <author initials="O." surname="Ruiz-Henríquez">
              <organization/>
            </author>
            <date year="2020" month="February" day="24"/>
          </front>
        </reference>
        <reference anchor="goldengate" target="https://fitbit.github.io/golden-gate/">
          <front>
            <title>Golden Gate</title>
            <author initials="" surname="Fitbit, Inc">
              <organization/>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="nefzger" target="https://www.maibornwolff.de/en/blog/talk-coap-me-iot-over-bluetooth-low-energy">
          <front>
            <title>Talk CoAP to me – IoT over Bluetooth Low Energy</title>
            <author initials="" surname="Matthias Nefzger">
              <organization/>
            </author>
            <date year="2021" month="March" day="01"/>
          </front>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="bluetooth52" target="https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=478726">
          <front>
            <title>Bluetooth Core Specification v5.2</title>
            <author>
              <organization/>
            </author>
            <date year="2019" month="December" day="31"/>
          </front>
        </reference>
        <reference anchor="I-D.bormann-t2trg-slipmux">
          <front>
            <title>Slipmux: Using an UART interface for diagnostics, configuration, and packet transfer</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <author fullname="Tobias Kaupat" initials="T." surname="Kaupat">
              <organization>Lobaro UG</organization>
            </author>
            <date day="4" month="November" year="2019"/>
            <abstract>
              <t>   Many research and maker platforms for Internet of Things
   experimentation offer a serial interface.  This is often used for
   programming, diagnostic output, as well as a crude command interface
   ("AT interface").  Alternatively, it is often used with SLIP
   (RFC1055) to transfer IP packets only.

   The present report describes how to use a single serial interface for
   diagnostics, configuration commands and state readback, as well as
   packet transfer.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-t2trg-slipmux-03"/>
        </reference>
        <reference anchor="I-D.bormann-core-responses">
          <front>
            <title>CoAP: Non-traditional response forms</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="3" month="February" year="2022"/>
            <abstract>
              <t>   In CoAP as defined by RFC 7252, responses are always unicast back to
   a client that posed a request.  The present memo describes two forms
   of responses that go beyond that model.  These descriptions are not
   intended as advocacy for adopting these approaches immediately, they
   are provided to point out potential avenues for development that
   would have to be carefully evaluated.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-01"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Protocol Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] to express
   alternative transports available to a device, and to optimize
   exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="26" month="April" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-06"/>
        </reference>
      </references>
    </references>
    <section anchor="change-log">
      <name>Change log</name>
      <t>Since -03:</t>
      <ul spacing="normal">
        <li>Define semantics of service data field, define ble-sd.arpa for that purpose.</li>
        <li>Switch to .arpa names for MAC addresses for consistency with service data names.</li>
        <li>
          <t>Use one characteristic per data direction. This  </t>
          <ul spacing="normal">
            <li>simplifies implementations on platforms with little control over change
events,</li>
            <li>removes the necessity to process the R bit, and</li>
            <li>frees up that bit in messages.</li>
          </ul>
        </li>
        <li>Add communication example.</li>
        <li>Reference more open issues, including intention to get shorter IDs.</li>
      </ul>
      <t>Since -02:</t>
      <ul spacing="normal">
        <li>Message format extended by a leading byte, the option to have a token.
This enables role reversal and concurrent requests.</li>
        <li>The UC identifier was changed to reflect the incompatible change in protocol.</li>
        <li>A section on used BLE properties was added.</li>
        <li>A section providing outlook on other data for advertisements was added.</li>
      </ul>
      <t>Since -01:</t>
      <ul spacing="normal">
        <li>Point out (possibly conflicting) development directions.</li>
        <li>Describe URI scheme more completely, including persistent addresses.</li>
        <li>Aim for standards track.</li>
        <li>Describe rejeced alternative approaches.</li>
      </ul>
      <t>Since -00:</t>
      <ul spacing="normal">
        <li>Add note on SCHC possibilities.</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71963YbR3bu/36KCvXDhAcAQfAiCR7bh6ZkDzOSrSWSRz+S
rLjRXQA6bHTj9IUQrOGs8w55jqyVB8iv5E3yJGd/e++qrgYp2zkn63iNJBLo
rsu+fvtSNaPRKGqyJrczc3BZXrwz5b2tzA8XNzfm8Lu8tU1ZNivzptya14Wt
ljvzg6V/s8RcNE2VzdvG1oODKC2TIl7TGGkVL5pRvK5bW9ejpKws/RVvRhh1
tIybZjQ5jbJNNTNN1dbNdDJ5OZlGdRMX6T/GeVlY/sJGSdzMTN2k0XY5M5fl
+9fR3RY/XLwbmrlb1tBgxChum1VZzaKRyYqaHhqbi3X9H/9W15ExsqrLVZXV
TRYXwTdJ2RZNtZuZC1pHlcX0kV3HWT4ziXv6f+g+xkm5joqyWsdNdm9n9OT7
7y+fT8+m7sezl2ezKCsW+4+cn7/Aj1s792vG78YoxT/YufFE5i/cXgz/N9J/
jezs/dj8UMVF8/S3P43N+zb7ZfQnW1T/8S//q7W/8Pdp3NBM08l0MppMR9NT
/lBW6qb5083bNzOzappNPTs6ClebLMfLrFm183FW4ouR/+aI3l2WeWqLJSYI
d/UDf2x+oM9/e0/fZ808a4bmqkjGe+v9zZUu+N1ghbIgyJnF+gq7+GVpq97i
buL8juXINKVZW/Of//ufzVV5I2L/lMD/9hbekhCusrg2P8p8/W0cjyYno8nx
b5N9ux2T/M3LqtiW+WIxTu2RLY7mebk8amjRokdrO8rKRtTJ82KUl9uRdasl
wXtxMj1RGXxxfux+fP7y7OWeZPohRJY9lTpCXJIKm+uNTbJFRkqZlYW5PxtP
e3s8fjk6no5Ontrju1ff97foZxyX1fKI7MY6Lo5WpP65rWr6fVvkZZzS5+O4
Xn38ln74xyz9+vT5i+fT84j+G41GJp6TxsZJE0VXRWPxE5a1qMo1afV6Qzap
qg0NaRKb52azIrNSg91JWeDFrLCpSe19ltDHWW3ybJ019NF8Z5qVNWm2WNjK
Fg3JT7MtqzvT2GRVlMSIjF5oa5sOI4yuz8f3ZDXieW7NxburehzdrGhMWne7
xhiprROyk/RiTJYtLupNWTUgEr97GazoYrPJHYnfVWVTJmVuDiGqA3o2bjBz
HXBGbPQjc4x3F1luB7zGrOEVmySml8dCvnWWErWj6BkpXVOVaSv0+/QsC359
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

-->

</rfc>
