summaryrefslogtreecommitdiffstats
path: root/bta/include/bta_ag_ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bta_ag_ci.h')
-rw-r--r--bta/include/bta_ag_ci.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bta/include/bta_ag_ci.h b/bta/include/bta_ag_ci.h
index b41a3bc..5fc5a61 100644
--- a/bta/include/bta_ag_ci.h
+++ b/bta/include/bta_ag_ci.h
@@ -26,11 +26,11 @@ extern "C"
**
** Function bta_ag_ci_rx_write
**
-** Description This function is called to send data to the AG when the AG
+** Description This function is called to send data to the AG when the AG
** is configured for AT command pass-through. The function
-** copies data to an event buffer and sends it.
+** copies data to an event buffer and sends it.
**
-** Returns void
+** Returns void
**
*******************************************************************************/
BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
@@ -39,11 +39,11 @@ BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
**
** Function bta_ag_ci_slc_ready
**
-** Description This function is called to notify AG that SLC is up at
+** Description This function is called to notify AG that SLC is up at
** the application. This funcion is only used when the app
** is running in pass-through mode.
**
-** Returns void
+** Returns void
**
******************************************************************************/
BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
@@ -56,7 +56,7 @@ BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
** Description This function is called to notify AG that a WBS command is
** received
**
-** Returns void
+** Returns void
**
******************************************************************************/
BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);