doc: Bluetooth: Document the services APIs
The Bluetooth documentation was missing all the Doxygen API information regarding the standard services implemented in the Host. Import the Doxygen API doc in a single page. Fixes #42520. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
7210174088
commit
35a00551a8
3 changed files with 26 additions and 0 deletions
|
@ -22,6 +22,7 @@ Bluetooth APIs
|
|||
mesh.rst
|
||||
microphone.rst
|
||||
rfcomm.rst
|
||||
services.rst
|
||||
sdp.rst
|
||||
volume.rst
|
||||
uuid.rst
|
||||
|
|
24
doc/connectivity/bluetooth/api/services.rst
Normal file
24
doc/connectivity/bluetooth/api/services.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
.. _bluetooth_services:
|
||||
|
||||
Bluetooth standard services
|
||||
###########################
|
||||
|
||||
Battery Service
|
||||
***************
|
||||
|
||||
.. doxygengroup:: bt_bas
|
||||
|
||||
Heart Rate Service
|
||||
******************
|
||||
|
||||
.. doxygengroup:: bt_hrs
|
||||
|
||||
Immediate Alert Service
|
||||
***********************
|
||||
|
||||
.. doxygengroup:: bt_ias
|
||||
|
||||
Object Transfer Service
|
||||
***********************
|
||||
|
||||
.. doxygengroup:: bt_ots
|
|
@ -15,3 +15,4 @@
|
|||
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in_addr.*'.*
|
||||
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in6_addr.*'.*
|
||||
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct net_if.*'.*
|
||||
.*Duplicate C declaration.*\n.*'\.\. c:struct:: bt_ots_init'.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue