Home | History | Annotate | Download | only in tools

Lines Matching defs:event_mask

39 	uint32_t event_mask[2];
49 memset(event_mask, 0, sizeof(event_mask));
50 hci_set_bit(EVT_INQUIRY_COMPLETE, event_mask);
51 hci_set_bit(EVT_INQUIRY_RESULT, event_mask);
52 hci_set_bit(EVT_CONN_COMPLETE, event_mask);
53 hci_set_bit(EVT_CONN_REQUEST, event_mask);
54 hci_set_bit(EVT_DISCONN_COMPLETE, event_mask);
55 hci_set_bit(EVT_AUTH_COMPLETE, event_mask);
56 hci_set_bit(EVT_REMOTE_NAME_REQ_COMPLETE, event_mask);
57 hci_set_bit(EVT_ENCRYPT_CHANGE, event_mask);
58 hci_set_bit(EVT_READ_REMOTE_FEATURES_COMPLETE, event_mask);
59 hci_set_bit(EVT_READ_REMOTE_VERSION_COMPLETE, event_mask);
60 hci_set_bit(EVT_CMD_COMPLETE, event_mask);
61 hci_set_bit(EVT_CMD_STATUS, event_mask);
62 hci_set_bit(EVT_READ_CLOCK_OFFSET_COMPLETE, event_mask);
63 hci_set_bit(EVT_INQUIRY_RESULT_WITH_RSSI, event_mask);
64 hci_set_bit(EVT_READ_REMOTE_EXT_FEATURES_COMPLETE, event_mask);
65 hci_set_bit(EVT_SYNC_CONN_COMPLETE, event_mask);
66 hci_set_bit(EVT_SYNC_CONN_CHANGED, event_mask);
67 hci_set_bit(EVT_EXTENDED_INQUIRY_RESULT, event_mask);
70 event_mask[0], event_mask[1]);