component/bt: implement HFP Hands Free Unit Role

This commit is contained in:
wangmengyang
2018-05-21 11:33:30 +08:00
parent 1f7b41e206
commit 4c4e143a2f
60 changed files with 9191 additions and 611 deletions

View File

@@ -8,3 +8,5 @@ CLASSIC BT
BT A2DP <esp_a2dp>
BT AVRC <esp_avrc>
BT SPP <esp_spp>
BT HFP Define <esp_hf_defs>
BT HFP Client <esp_hf_client>

View File

@@ -0,0 +1,14 @@
HFP CLIENT API
==============
Overview
--------
`Instructions`_
.. _Instructions: ../template.html
API Reference
-------------
.. include:: /_build/inc/esp_hf_client_api.inc

View File

@@ -0,0 +1,16 @@
HFP DEFINES
===========
Overview
--------
`Instructions`_
.. _Instructions: ../template.html
API Reference
-------------
.. include:: /_build/inc/esp_hf_defs.inc