summaryrefslogtreecommitdiffstats
path: root/bta/include/bd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bd.h')
-rw-r--r--bta/include/bd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bta/include/bd.h b/bta/include/bd.h
index 0fd0cf8..272bb34 100644
--- a/bta/include/bd.h
+++ b/bta/include/bd.h
@@ -38,9 +38,9 @@ extern const BD_ADDR bd_addr_null;
** Function bdcpy
**
** Description Copy bd addr b to a.
-**
**
-** Returns void
+**
+** Returns void
**
*******************************************************************************/
extern void bdcpy(BD_ADDR a, const BD_ADDR b);
@@ -50,7 +50,7 @@ extern void bdcpy(BD_ADDR a, const BD_ADDR b);
** Function bdcmp
**
** Description Compare bd addr b to a.
-**
+**
**
** Returns Zero if b==a, nonzero otherwise (like memcmp).
**
@@ -62,7 +62,7 @@ extern int bdcmp(const BD_ADDR a, const BD_ADDR b);
** Function bdcmpany
**
** Description Compare bd addr to "any" bd addr.
-**
+**
**
** Returns Zero if a equals bd_addr_any.
**
@@ -74,7 +74,7 @@ extern int bdcmpany(const BD_ADDR a);
** Function bdsetany
**
** Description Set bd addr to "any" bd addr.
-**
+**
**
** Returns void
**