Author: takawata
Date: Sat Apr 18 06:16:33 2015
New Revision: 281683
URL: https://svnweb.freebsd.org/changeset/base/281683

Log:
  Forgot to add  default event mask definition.

Modified:
  head/sys/netgraph/bluetooth/include/ng_hci.h

Modified: head/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- head/sys/netgraph/bluetooth/include/ng_hci.h        Sat Apr 18 05:05:38 
2015        (r281682)
+++ head/sys/netgraph/bluetooth/include/ng_hci.h        Sat Apr 18 06:16:33 
2015        (r281683)
@@ -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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to