summaryrefslogtreecommitdiffstats
path: root/bta/sys/bd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bta/sys/bd.c')
-rw-r--r--bta/sys/bd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bta/sys/bd.c b/bta/sys/bd.c
index 3c639d1..eaa2015 100644
--- a/bta/sys/bd.c
+++ b/bta/sys/bd.c
@@ -29,9 +29,9 @@ const BD_ADDR bd_addr_null= {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
** Function bdcpy
**
** Description Copy bd addr b to a.
-**
**
-** Returns void
+**
+** Returns void
**
*******************************************************************************/
void bdcpy(BD_ADDR a, const BD_ADDR b)
@@ -49,7 +49,7 @@ 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).
**
@@ -73,7 +73,7 @@ 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.
**
@@ -88,7 +88,7 @@ int bdcmpany(const BD_ADDR a)
** Function bdsetany
**
** Description Set bd addr to "any" bd addr.
-**
+**
**
** Returns void
**