<?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-06" 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-06"/>
    <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="2024" month="March" day="19"/>
    <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"
as per the recommendation of <xref section="6" sectionFormat="of" target="I-D.ietf-core-transport-indication"/>.
The default value of Uri-Host is the MAC address of the CoAP server,
in hexadecimal encoding, followed by <tt>.ble.arpa</tt>.
<cref anchor="arpa-alt">The use of <tt>.ble.alt</tt> as defined in <xref target="RFC9476"/> was considered instead of <tt>.ble.arpa</tt>, but rejected for lack of management of its subdomains. Language from the <tt>.alt</tt> specification may be used when it comes to describing how this is not disturbing DNS operations.</cref></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://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://id-SomeInternalIdentifier.alt/.well-known/core</tt>,
in this case using the <tt>.alt</tt> zone from <xref target="RFC9476"/>),
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>
        <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 section="2.4.1" sectionFormat="of" 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.</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="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>
        <t>The Domain Reservation Considerations from <xref section="5" sectionFormat="of" target="RFC6761"/> for both domains are:</t>
        <ul spacing="normal">
          <li>Users:
Users are not expected to recognize those names as special, merely as distinct from other names.</li>
          <li>Application Software:
Writers of application software are expected to pass them on to their CoAP implementation.
CoAP implementations are expected to recognize them as Bluetooth addresses,
and use their Bluetooth addresses
and MUST NOT pass them on to DNS based resolvers
(unless the API resolver happens to explicitly support resolution into BLE addresses, see below).</li>
          <li>Name resolution APIs and libraries:
Name resolution APIs and libraries MAY indicate that .ble.arpa names resolve to the BLE MAC address literals encoded inside them
(but no details for this are specified in known resolution APIs or libraries).
Otherwise, they SHOULD report them as NXDOMAIN.</li>
          <li>Caching DNS Servers:
Caching DNS servers MAY recognize the special domains and report them as NXDOMAIN.
Otherwise, they will cache the .arpa DNS servers' responses.</li>
          <li>Authoritative DNS Servers:
Authoritative DNS servers MAY recognize the special domains and report them as NXDOMAIN.
Otherwise, they will cache the .arpa DNS servers' responses.</li>
          <li>DNS Server Operators:
No impact on DNS server operators is expected.</li>
          <li>DNS Registries/Registrars:
Any changes to .ble.arpa or .ble-sd.arpa go through updates to this document and IANA.</li>
        </ul>
      </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="March" year="2024"/>
            <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-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Transport Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <date day="18" month="March" year="2024"/>
            <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-05"/>
        </reference>
        <reference anchor="RFC9476">
          <front>
            <title>The .alt Special-Use Top-Level Domain</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="September" year="2023"/>
            <abstract>
              <t>This document reserves a Top-Level Domain (TLD) label "alt" to be used in non-DNS contexts. It also provides advice and guidance to developers creating alternative namespaces.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9476"/>
          <seriesInfo name="DOI" value="10.17487/RFC9476"/>
        </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="4" month="March" year="2024"/>
            <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-08"/>
        </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>
    <section anchor="change-log">
      <name>Change log</name>
      <t>Since -05:</t>
      <ul spacing="normal">
        <li>Use <tt>coap://${MAC}.ble.arpa</tt> instead of <tt>coap+gatt://</tt>.</li>
        <li>Apply template to IANA considerations.</li>
      </ul>
      <t>Since -04:</t>
      <ul spacing="normal">
        <li>Point out .arpa / .alt considerations.</li>
      </ul>
      <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:
H4sIAAAAAAAAA81963IjR5be/3qKXMoRIjUACIJsdjc0Iy3FljTc7Vs02ZYd
M+PtQlUCqGWhCq4L0VAPJ/wOfg5H+AH8y/smfhKf75yTWVlFtqS1NxxWqNUk
UJWXc/3OJVPj8Thqsia3c3NwWV68NeWdrcyPFzc35vC7vLVNWTZr87Lcme8L
W6325kdLf2eJuWiaKlu0ja2PDqK0TIp4Q2OkVbxsxvGmbm1dj5OysvSfeDvG
qONV3DTj6XmUbau5aaq2bmbT6fPpLKqbuEj/Kc7LwvIXNkriZm7qJo12q7m5
LN99H93u8MPF25FZuGWNDEaM4rZZl9U8GpusqOmhibnY1P/yP+o6MkZWdbmu
srrJ4iL4Jinboqn2c3NB66iymD6ymzjL5yZxT/+97mOSlJuoKKtN3GR3dk5P
vvvh8unsycz9+OT5k3mUFcvhI+fnz/Djzi78mvG7MUrxn+zCeCLzF24vhv8Z
699GdvZuYn6s4qJ5/Ns3E/OuzX4e/9EW1b/8t//c2p/5+zRuaKbZdDYdT2fj
2Rl/KCt10/zx5tXLuVk3zbaeHx+Hq01Wk1XWrNvFJCvxxdh/c0zvrso8tcUK
E4S7+pE/Nj/S57++px+yZpE1I3NVJJPBen91pUt+N1ihLAhyZrG+wi5/Xtmq
t7ibOL9lOTJNaTbW/K//8l/NVXkjYv+YwP/6Fl6REK6zuDavZb7+Nk7G09Px
9OTXyb7bTUj+FmVV7Mp8uZyk9tgWx4u8XB03tGjRo40dZ2Uj6uR5Mc7L3di6
1ZLgPTudnaoMPjs/cT8+ff7k+UAy/RAiy55KHSEuSYXN9dYm2TIjpczKwtw9
mcx6ezx5Pj6ZjU8f2+PbFz/0t+hnnJTV6pjsxiYujtek/rmtavp9V+RlnNLn
k7hef/yWfvinLP3D2dNnT2fnEf0zHo9NvCCNjZMmiq6KxuInLGtZlRvS6s2W
bFJVGxrSJDbPzXZNZqUGu5OywItZYVOT2rssoY+z2uTZJmvoo8XeNGtr0my5
tJUtGpKfZldWt6axybooiREZvdDWNh1FGF2fj+/IasSL3JqLt1f1JLpZ05i0
7naDMVJbJ2Qn6cWYLFtc1NuyakAkfvcyWNHFdps7Er+tyqZMytwcQlSP6Nm4
wcx1wBmx0Q/MMd5dZrk94jVmDa/YJDG9PBHybbKUqB1FX5DSNVWZtkK/T19k
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

-->

</rfc>
