summaryrefslogtreecommitdiffstats
path: root/bta/include/bta_pan_co.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bta_pan_co.h')
-rw-r--r--bta/include/bta_pan_co.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/bta/include/bta_pan_co.h b/bta/include/bta_pan_co.h
index ea9f3b0..c8769f4 100644
--- a/bta/include/bta_pan_co.h
+++ b/bta/include/bta_pan_co.h
@@ -47,7 +47,7 @@
** used by the phone to initialize data paths or for other
** initialization purposes. The function must return the
** data flow mask as described below.
-**
+**
**
** Returns Data flow mask.
**
@@ -58,10 +58,10 @@ BTA_API extern UINT8 bta_pan_co_init(UINT8 *q_level);
**
** Function bta_pan_co_open
**
-** Description This function is executed by PAN when a connection
+** Description This function is executed by PAN when a connection
** is opened. The phone can use this function to set
** up data paths or perform any required initialization.
-**
+**
**
** Returns void
**
@@ -74,7 +74,7 @@ BTA_API extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE l
**
** Description This function is called by PAN when a connection to a
** server is closed.
-**
+**
**
** Returns void
**
@@ -88,8 +88,8 @@ BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
** Description This function is called by PAN to transfer data on the
** TX path; that is, data being sent from BTA to the phone.
** This function is used when the TX data path is configured
-** to use the pull interface.
-**
+** to use the pull interface.
+**
**
** Returns void
**
@@ -103,8 +103,8 @@ BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
** Description This function is called by PAN to transfer data on the
** RX path; that is, data being sent from the phone to BTA.
** This function is used when the RX data path is configured
-** to use the pull interface.
-**
+** to use the pull interface.
+**
**
** Returns void
**
@@ -119,12 +119,12 @@ BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
** when the TX path is configured to use a push interface.
** The implementation of this function must copy the data to
** the phone's memory.
-**
+**
**
** Returns void
**
*******************************************************************************/
-BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
+BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
UINT16 len, BOOLEAN ext, BOOLEAN forward);
/*******************************************************************************
@@ -135,7 +135,7 @@ BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src
** when the TX path is configured to use a push interface with
** zero copy. The phone must free the buffer using function
** GKI_freebuf() when it is through processing the buffer.
-**
+**
**
** Returns void
**
@@ -152,8 +152,8 @@ BTA_API extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR
** data flow on the RX path when it is configured to use
** a push interface. If data flow is disabled the phone must
** not call bta_pan_ci_rx_write() or bta_pan_ci_rx_writebuf()
-** until data flow is enabled again.
-**
+** until data flow is enabled again.
+**
**
** Returns void
**
@@ -184,6 +184,6 @@ BTA_API extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA
*******************************************************************************/
BTA_API extern void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
UINT16 len, UINT8 *p_filters);
-
+
#endif /* BTA_PAN_CO_H */