|
@@ -197,8 +197,8 @@ static inline bool bdaddr_type_is_le(__u8 type)
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
-#define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0} })
|
|
|
-#define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff} })
|
|
|
+#define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
|
|
|
+#define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
|
|
|
|
|
|
/* Copy, swap, convert BD Address */
|
|
|
static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2)
|