Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CODEOWNERS for autoreview assigning in github

# Order is important; the last matching pattern takes the most
Expand Down Expand Up @@ -53,6 +53,7 @@
/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_radio_notification/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
/lib/bluetooth/peer_manager/ @nrfconnect/ncs-bm
/lib/bm_buttons/ @nrfconnect/ncs-bm
/lib/bm_timer/ @nrfconnect/ncs-bm
Expand Down
9 changes: 9 additions & 0 deletions doc/nrf-bm/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ Record Access Control Point

.. _api_sensorsim:

Scan library
============

.. doxygengroup:: ble_scan
:inner:
:members:

.. _api_ble_scan:

Sensor data simulator library
=============================

Expand Down
Loading
Loading