Forgot to add default event mask definition.

This commit is contained in:
Takanori Watanabe 2015-04-18 06:16:33 +00:00
parent bcff2d9100
commit d87b1182c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281683

View File

@ -897,6 +897,8 @@ typedef struct {
} __attribute__ ((packed)) ng_hci_set_event_mask_cp;
typedef ng_hci_status_rp ng_hci_set_event_mask_rp;
#define NG_HCI_EVENT_MASK_DEFAULT 0x1fffffffffff
#define NG_HCI_EVENT_MASK_LE 0x2000000000000000
#define NG_HCI_OCF_RESET 0x0003
/* No command parameter(s) */
@ -1454,6 +1456,7 @@ typedef struct {
} __attribute__ ((packed)) ng_hci_le_set_event_mask_cp;
typedef ng_hci_status_rp ng_hci_le_set_event_mask_rp;
#define NG_HCI_LE_EVENT_MASK_ALL 0x1f
#define NG_HCI_OCF_LE_READ_BUFFER_SIZE 0x0002
/*No command parameter */