ble_att.rst 1007 B

12345678910111213141516171819202122
  1. NimBLE Host ATT Client Reference
  2. --------------------------------
  3. Introduction
  4. ~~~~~~~~~~~~
  5. The Attribute Protocol (ATT) is a mid-level protocol that all BLE devices use to exchange data. Data is exchanged when
  6. an ATT client reads or writes an attribute belonging to an ATT server. Any device that needs to send or receive data
  7. must support both the client and server functionality of the ATT protocol. The only devices which do not support ATT
  8. are the most basic ones: broadcasters and observers (i.e., beaconing devices and listening devices).
  9. Most ATT functionality is not interesting to an application. Rather than use ATT directly, an application uses the
  10. higher level GATT profile, which sits directly above ATT in the host. NimBLE exposes the few bits of ATT functionality
  11. which are not encompassed by higher level GATT functions. This section documents the ATT functionality that the NimBLE
  12. host exposes to the application.
  13. API
  14. ~~~~~~
  15. .. doxygengroup:: bt_host
  16. :content-only:
  17. :members: