ble_hs.rst 642 B

123456789101112131415161718192021222324252627
  1. NimBLE Host
  2. -----------
  3. Introduction
  4. ~~~~~~~~~~~~
  5. At a high level, the NimBLE stack is divided into two components:
  6. - Host
  7. - Controller
  8. This document is an API reference for the host component. If you are
  9. interested in the general structure of the NimBLE stack and its non-host
  10. components, you might want to read the :doc:`../index`.
  11. The host sits directly below the application, and it serves as the
  12. interface to the application for all BLE operations.
  13. .. toctree::
  14. :titlesonly:
  15. Return Codes <ble_hs_return_codes>
  16. GAP <ble_gap>
  17. GATT Client <ble_gattc>
  18. GATT Server <ble_gatts>
  19. Identity <ble_hs_id>
  20. ATT <ble_att>