Add BDADDR_ALL constant

This commit is contained in:
Marcel Holtmann 2004-05-08 19:52:55 +00:00
parent 55543cd15f
commit c7b26f3e5d

View File

@ -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 */