Forgot to add default event mask definition.
This commit is contained in:
parent
bcff2d9100
commit
d87b1182c6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user