summaryrefslogtreecommitdiffstats
path: root/bta/pan/bta_pan_api.c
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-09-18 16:19:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-18 16:19:53 -0700
commitf80d3d045eab5f002be4b5e8a3d2d376fdf7581a (patch)
tree4a1f17241e1af019e8d3328852bf93423258a23c /bta/pan/bta_pan_api.c
parentd659d3ca8cbb1edc5d1dd42ef367e9336f0f269b (diff)
parentad2d45b15aae80ba254277c3d1fa036207d8b926 (diff)
downloadexternal_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.zip
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.gz
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.bz2
Merge "Revert "Header file and whitespace cleanups"" into jb-mr1-dev
Diffstat (limited to 'bta/pan/bta_pan_api.c')
-rw-r--r--bta/pan/bta_pan_api.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/bta/pan/bta_pan_api.c b/bta/pan/bta_pan_api.c
index 520e6e6..5a84668 100644
--- a/bta/pan/bta_pan_api.c
+++ b/bta/pan/bta_pan_api.c
@@ -37,7 +37,7 @@ static const tBTA_SYS_REG bta_pan_reg =
** Description Enable PAN service. This function must be
** called before any other functions in the PAN API are called.
** When the enable operation is complete the callback function
-** will be called with a BTA_PAN_ENABLE_EVT.
+** will be called with a BTA_PAN_ENABLE_EVT.
**
** Returns void
**
@@ -66,8 +66,8 @@ void BTA_PanEnable(tBTA_PAN_CBACK p_cback)
**
** Function BTA_PanDisable
**
-** Description Disables PAN service.
-**
+** Description Disables PAN service.
+**
**
** Returns void
**
@@ -89,8 +89,8 @@ void BTA_PanDisable(void)
** Function BTA_PanSetRole
**
** Description Sets PAN roles. When the enable operation is complete
-** the callback function will be called with a BTA_PAN_SET_ROLE_EVT.
-**
+** the callback function will be called with a BTA_PAN_SET_ROLE_EVT.
+**
** Returns void
**
*******************************************************************************/
@@ -156,8 +156,8 @@ void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PA
**
** Description Opens a connection to a peer device.
** When connection is open callback function is called
-** with a BTA_PAN_OPEN_EVT.
-**
+** with a BTA_PAN_OPEN_EVT.
+**
**
** Returns void
**
@@ -182,8 +182,8 @@ BTA_API void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_
**
** Function BTA_PanClose
**
-** Description Close a PAN connection to a peer device.
-**
+** Description Close a PAN connection to a peer device.
+**
**
** Returns void
**