From c7b26f3e5d03e1d54dfb945e5ca0c041da524348 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 May 2004 19:52:55 +0000 Subject: Add BDADDR_ALL constant --- include/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth.h b/include/bluetooth.h index 3dc4b245..412ccf61 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -105,6 +105,7 @@ typedef struct { } __attribute__((packed)) bdaddr_t; #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) +#define BDADDR_ALL (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) /* Copy, swap, convert BD Address */ -- cgit