Lines Matching refs:EventCode
58 bool is_valid_event_code(bluetooth::hci::EventCode event_code) { in is_valid_event_code()
60 case bluetooth::hci::EventCode::INQUIRY_COMPLETE: in is_valid_event_code()
61 case bluetooth::hci::EventCode::INQUIRY_RESULT: in is_valid_event_code()
62 case bluetooth::hci::EventCode::CONNECTION_COMPLETE: in is_valid_event_code()
63 case bluetooth::hci::EventCode::CONNECTION_REQUEST: in is_valid_event_code()
64 case bluetooth::hci::EventCode::DISCONNECTION_COMPLETE: in is_valid_event_code()
65 case bluetooth::hci::EventCode::AUTHENTICATION_COMPLETE: in is_valid_event_code()
66 case bluetooth::hci::EventCode::REMOTE_NAME_REQUEST_COMPLETE: in is_valid_event_code()
67 case bluetooth::hci::EventCode::ENCRYPTION_CHANGE: in is_valid_event_code()
68 case bluetooth::hci::EventCode::CHANGE_CONNECTION_LINK_KEY_COMPLETE: in is_valid_event_code()
69 case bluetooth::hci::EventCode::CENTRAL_LINK_KEY_COMPLETE: in is_valid_event_code()
70 case bluetooth::hci::EventCode::READ_REMOTE_SUPPORTED_FEATURES_COMPLETE: in is_valid_event_code()
71 case bluetooth::hci::EventCode::READ_REMOTE_VERSION_INFORMATION_COMPLETE: in is_valid_event_code()
72 case bluetooth::hci::EventCode::QOS_SETUP_COMPLETE: in is_valid_event_code()
73 case bluetooth::hci::EventCode::COMMAND_COMPLETE: in is_valid_event_code()
74 case bluetooth::hci::EventCode::COMMAND_STATUS: in is_valid_event_code()
75 case bluetooth::hci::EventCode::HARDWARE_ERROR: in is_valid_event_code()
76 case bluetooth::hci::EventCode::FLUSH_OCCURRED: in is_valid_event_code()
77 case bluetooth::hci::EventCode::ROLE_CHANGE: in is_valid_event_code()
78 case bluetooth::hci::EventCode::NUMBER_OF_COMPLETED_PACKETS: in is_valid_event_code()
79 case bluetooth::hci::EventCode::MODE_CHANGE: in is_valid_event_code()
80 case bluetooth::hci::EventCode::RETURN_LINK_KEYS: in is_valid_event_code()
81 case bluetooth::hci::EventCode::PIN_CODE_REQUEST: in is_valid_event_code()
82 case bluetooth::hci::EventCode::LINK_KEY_REQUEST: in is_valid_event_code()
83 case bluetooth::hci::EventCode::LINK_KEY_NOTIFICATION: in is_valid_event_code()
84 case bluetooth::hci::EventCode::LOOPBACK_COMMAND: in is_valid_event_code()
85 case bluetooth::hci::EventCode::DATA_BUFFER_OVERFLOW: in is_valid_event_code()
86 case bluetooth::hci::EventCode::MAX_SLOTS_CHANGE: in is_valid_event_code()
87 case bluetooth::hci::EventCode::READ_CLOCK_OFFSET_COMPLETE: in is_valid_event_code()
88 case bluetooth::hci::EventCode::CONNECTION_PACKET_TYPE_CHANGED: in is_valid_event_code()
89 case bluetooth::hci::EventCode::QOS_VIOLATION: in is_valid_event_code()
90 case bluetooth::hci::EventCode::PAGE_SCAN_REPETITION_MODE_CHANGE: in is_valid_event_code()
91 case bluetooth::hci::EventCode::FLOW_SPECIFICATION_COMPLETE: in is_valid_event_code()
92 case bluetooth::hci::EventCode::INQUIRY_RESULT_WITH_RSSI: in is_valid_event_code()
93 case bluetooth::hci::EventCode::READ_REMOTE_EXTENDED_FEATURES_COMPLETE: in is_valid_event_code()
94 case bluetooth::hci::EventCode::SYNCHRONOUS_CONNECTION_COMPLETE: in is_valid_event_code()
95 case bluetooth::hci::EventCode::SYNCHRONOUS_CONNECTION_CHANGED: in is_valid_event_code()
96 case bluetooth::hci::EventCode::SNIFF_SUBRATING: in is_valid_event_code()
97 case bluetooth::hci::EventCode::EXTENDED_INQUIRY_RESULT: in is_valid_event_code()
98 case bluetooth::hci::EventCode::ENCRYPTION_KEY_REFRESH_COMPLETE: in is_valid_event_code()
99 case bluetooth::hci::EventCode::IO_CAPABILITY_REQUEST: in is_valid_event_code()
100 case bluetooth::hci::EventCode::IO_CAPABILITY_RESPONSE: in is_valid_event_code()
101 case bluetooth::hci::EventCode::USER_CONFIRMATION_REQUEST: in is_valid_event_code()
102 case bluetooth::hci::EventCode::USER_PASSKEY_REQUEST: in is_valid_event_code()
103 case bluetooth::hci::EventCode::REMOTE_OOB_DATA_REQUEST: in is_valid_event_code()
104 case bluetooth::hci::EventCode::SIMPLE_PAIRING_COMPLETE: in is_valid_event_code()
105 case bluetooth::hci::EventCode::LINK_SUPERVISION_TIMEOUT_CHANGED: in is_valid_event_code()
106 case bluetooth::hci::EventCode::ENHANCED_FLUSH_COMPLETE: in is_valid_event_code()
107 case bluetooth::hci::EventCode::USER_PASSKEY_NOTIFICATION: in is_valid_event_code()
108 case bluetooth::hci::EventCode::KEYPRESS_NOTIFICATION: in is_valid_event_code()
109 case bluetooth::hci::EventCode::REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION: in is_valid_event_code()
110 case bluetooth::hci::EventCode::NUMBER_OF_COMPLETED_DATA_BLOCKS: in is_valid_event_code()
112 case bluetooth::hci::EventCode::VENDOR_SPECIFIC: in is_valid_event_code()
113 case bluetooth::hci::EventCode::LE_META_EVENT: // Private to hci in is_valid_event_code()
163 bluetooth::hci::EventCode event_code) { in event_already_registered_in_hci_layer()
165 case bluetooth::hci::EventCode::COMMAND_COMPLETE: in event_already_registered_in_hci_layer()
166 case bluetooth::hci::EventCode::COMMAND_STATUS: in event_already_registered_in_hci_layer()
167 case bluetooth::hci::EventCode::PAGE_SCAN_REPETITION_MODE_CHANGE: in event_already_registered_in_hci_layer()
168 case bluetooth::hci::EventCode::MAX_SLOTS_CHANGE: in event_already_registered_in_hci_layer()
169 case bluetooth::hci::EventCode::LE_META_EVENT: in event_already_registered_in_hci_layer()
173 case bluetooth::hci::EventCode::DISCONNECTION_COMPLETE: in event_already_registered_in_hci_layer()
174 case bluetooth::hci::EventCode::READ_REMOTE_VERSION_INFORMATION_COMPLETE: in event_already_registered_in_hci_layer()
183 bluetooth::hci::EventCode event_code) { in event_already_registered_in_controller_layer()
185 case bluetooth::hci::EventCode::NUMBER_OF_COMPLETED_PACKETS: in event_already_registered_in_controller_layer()
194 bluetooth::hci::EventCode event_code) { in event_already_registered_in_acl_layer()
256 bluetooth::hci::EventCode event_code) { in event_already_registered_in_le_advertising_manager()
266 bluetooth::hci::EventCode event_code) { in event_already_registered_in_le_scanning_manager()
430 static void register_event(bluetooth::hci::EventCode event_code) { in register_event()
488 auto event_code = static_cast<bluetooth::hci::EventCode>(event_code_raw); in on_shutting_down()
599 static void register_event(bluetooth::hci::EventCode event_code) { in register_event()
731 auto event_code = static_cast<bluetooth::hci::EventCode>(event_code_raw); in hci_on_reset_complete()