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

@@ -955,8 +955,8 @@ typedef UINT8 tBTM_SCO_TYPE;
/*******************
** SCO Routing Path
********************/
#define BTM_SCO_ROUTE_PCM HCI_BRCM_SCO_ROUTE_PCM
#define BTM_SCO_ROUTE_HCI HCI_BRCM_SCO_ROUTE_HCI
#define BTM_SCO_ROUTE_PCM (0) // HCI_BRCM_SCO_ROUTE_PCM
#define BTM_SCO_ROUTE_HCI (1) // HCI_BRCM_SCO_ROUTE_HCI
typedef UINT8 tBTM_SCO_ROUTE_TYPE;