Added BT_SDP API reference document

This commit is contained in:
wangmengyang 2022-05-28 15:20:42 +08:00 committed by BOT
parent b2987c1e94
commit 1423d02cb0
5 changed files with 18 additions and 0 deletions

View File

@ -41,6 +41,7 @@ CLASSIC_BT_DOCS = ['api-reference/bluetooth/classic_bt.rst',
'api-reference/bluetooth/esp_avrc.rst',
'api-reference/bluetooth/esp_hidd.rst',
'api-reference/bluetooth/esp_l2cap_bt.rst',
'api-reference/bluetooth/esp_sdp.rst',
'api-reference/bluetooth/esp_hf_defs.rst',
'api-reference/bluetooth/esp_hf_client.rst',
'api-reference/bluetooth/esp_hf_ag.rst',

View File

@ -57,6 +57,7 @@ INPUT = \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_spp_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_hidd_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_l2cap_bt_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_sdp_api.h \
$(PROJECT_PATH)/components/bt/host/nimble/esp-hci/include/esp_nimble_hci.h \
$(PROJECT_PATH)/components/bt/include/esp32/include/esp_bt.h \
$(PROJECT_PATH)/components/console/esp_console.h \

View File

@ -13,3 +13,4 @@ CLASSIC BT
BT HFP AG <esp_hf_ag>
BT HID DEVICE <esp_hidd>
BT L2CAP <esp_l2cap_bt>
BT SDP <esp_sdp>

View File

@ -0,0 +1,14 @@
BT SDP APIs
=============
Overview
--------
Bluetooth SDP reference APIs.
API Reference
-------------
.. include-build-file:: inc/esp_sdp_api.inc

View File

@ -0,0 +1 @@
.. include:: ../../../en/api-reference/bluetooth/esp_sdp.rst