Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203884
b: refs/heads/master
c: 66c853c
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed Jul 21, 2010
1 parent f678d37 commit 42aa3b4
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1c4a17d58a6dfacb48935aa430aa986559a885f
refs/heads/master: 66c853cc21bd387a9a2109dcf3b3d53cc9ee9edf
2 changes: 1 addition & 1 deletion trunk/include/net/bluetooth/bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ enum {
/* BD Address */
typedef struct {
__u8 b[6];
} __attribute__((packed)) bdaddr_t;
} __packed bdaddr_t;

#define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
#define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
Expand Down
Loading

0 comments on commit 42aa3b4

Please sign in to comment.