diff options
| -rw-r--r-- | include/bluetooth.h | 1 | 
1 files changed, 1 insertions, 0 deletions
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 */  | 
