mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Added BT_SDP API reference document
This commit is contained in:
parent
b2987c1e94
commit
1423d02cb0
@ -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',
|
||||
|
@ -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 \
|
||||
|
@ -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>
|
||||
|
14
docs/en/api-reference/bluetooth/esp_sdp.rst
Normal file
14
docs/en/api-reference/bluetooth/esp_sdp.rst
Normal file
@ -0,0 +1,14 @@
|
||||
BT SDP APIs
|
||||
=============
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
Bluetooth SDP reference APIs.
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include-build-file:: inc/esp_sdp_api.inc
|
||||
|
||||
|
1
docs/zh_CN/api-reference/bluetooth/esp_sdp.rst
Normal file
1
docs/zh_CN/api-reference/bluetooth/esp_sdp.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../../en/api-reference/bluetooth/esp_sdp.rst
|
Loading…
x
Reference in New Issue
Block a user