Merge branch 'feature/btdm_bt_spp' into 'master'

component/bt: Add bt spp profile

See merge request !1593
This commit is contained in:
Jiang Jiang Jian
2018-01-09 10:44:46 +08:00
45 changed files with 7214 additions and 46 deletions

View File

@@ -7,3 +7,4 @@ CLASSIC BT
BT GAP <esp_gap_bt>
BT A2DP <esp_a2dp>
BT AVRC <esp_avrc>
BT SPP <esp_spp>

View File

@@ -0,0 +1,22 @@
SPP API
===============
Overview
--------
`Instructions`_
.. _Instructions: ../template.html
Application Example
-------------------
Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
* This is a SPP demo. This demo can discover the service, connect, send and recive SPP data :example:`bluetooth/bt_spp_acceptor`, :example:`bluetooth/bt_spp_initiator`
API Reference
-------------
.. include:: /_build/inc/esp_spp_api.inc