summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-09 13:56:29 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-12 20:05:44 -0300
commit3a2e4235c45a25a7fba06853d7593833fb6f4c1a (patch)
tree9716019d56d82668083f3d248f68953880cc53a7 /lib/hci.h
parent71cafd1631afdb3e48d47155814525d1c577bd6b (diff)
downloadbluez-3a2e4235c45a25a7fba06853d7593833fb6f4c1a.tar.gz
Fix a inconsistency in OCF_SET_LE_EVENT_MASK
This renames "event_mask" to "mask" and changes its type to be more consistent with the Basic Rate code.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 304b54968..5b34f5cac 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1264,7 +1264,7 @@ typedef struct {
#define OCF_LE_SET_EVENT_MASK 0x0001
typedef struct {
- uint64_t event_mask;
+ uint8_t mask[8];
} __attribute__ ((packed)) le_set_event_mask_cp;
#define LE_SET_EVENT_MASK_CP_SIZE 8