Skip to content

Commit e881d9d

Browse files
MirkoCovizzib-gent
authored andcommitted
doc: nrf-bm: libraries: add Peer Manager
Adds Peer Manager library documentation. Signed-off-by: Mirko Covizzi <[email protected]> Co-authored-by: Bartosz Gentkowski <[email protected]>
1 parent c265e5f commit e881d9d

File tree

4 files changed

+487
-0
lines changed

4 files changed

+487
-0
lines changed

doc/nrf-bm/api/api.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ Advertising and Scan Response Data Encoder
4242
.. doxygengroup:: ble_sdk_lib_advdata
4343
:inner:
4444

45+
.. _api_peer_manager:
46+
47+
Peer Manager
48+
============
49+
50+
.. doxygengroup:: peer_manager
51+
:inner:
52+
:members:
53+
4554
Bare Metal Zephyr Memory Storage (ZMS)
4655
======================================
4756

doc/nrf-bm/doxygen/nrf-bm.doxyfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ WARN_LOGFILE =
957957

958958
INPUT = ../../../include/ \
959959
../../../include/bluetooth/services \
960+
../../../include/bluetooth/peer_manager \
960961
mainpage.dox
961962

962963
# This tag can be used to specify the character encoding of the source files

0 commit comments

Comments
 (0)