Lines Matching refs:SubeventCode
119 bool is_valid_subevent_code(bluetooth::hci::SubeventCode subevent_code) { in is_valid_subevent_code()
121 case bluetooth::hci::SubeventCode::CONNECTION_COMPLETE: in is_valid_subevent_code()
122 case bluetooth::hci::SubeventCode::CONNECTION_UPDATE_COMPLETE: in is_valid_subevent_code()
123 case bluetooth::hci::SubeventCode::DATA_LENGTH_CHANGE: in is_valid_subevent_code()
124 case bluetooth::hci::SubeventCode::ENHANCED_CONNECTION_COMPLETE: in is_valid_subevent_code()
125 case bluetooth::hci::SubeventCode::PHY_UPDATE_COMPLETE: in is_valid_subevent_code()
126 case bluetooth::hci::SubeventCode::READ_REMOTE_FEATURES_COMPLETE: in is_valid_subevent_code()
127 case bluetooth::hci::SubeventCode::REMOTE_CONNECTION_PARAMETER_REQUEST: in is_valid_subevent_code()
128 case bluetooth::hci::SubeventCode::READ_LOCAL_P256_PUBLIC_KEY_COMPLETE: in is_valid_subevent_code()
129 case bluetooth::hci::SubeventCode::GENERATE_DHKEY_COMPLETE: in is_valid_subevent_code()
130 case bluetooth::hci::SubeventCode::DIRECTED_ADVERTISING_REPORT: in is_valid_subevent_code()
131 case bluetooth::hci::SubeventCode::EXTENDED_ADVERTISING_REPORT: in is_valid_subevent_code()
132 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_SYNC_ESTABLISHED: in is_valid_subevent_code()
133 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_REPORT: in is_valid_subevent_code()
134 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_SYNC_LOST: in is_valid_subevent_code()
135 case bluetooth::hci::SubeventCode::SCAN_TIMEOUT: in is_valid_subevent_code()
136 case bluetooth::hci::SubeventCode::ADVERTISING_SET_TERMINATED: in is_valid_subevent_code()
137 case bluetooth::hci::SubeventCode::SCAN_REQUEST_RECEIVED: in is_valid_subevent_code()
138 case bluetooth::hci::SubeventCode::CHANNEL_SELECTION_ALGORITHM: in is_valid_subevent_code()
139 case bluetooth::hci::SubeventCode::CONNECTIONLESS_IQ_REPORT: in is_valid_subevent_code()
140 case bluetooth::hci::SubeventCode::CONNECTION_IQ_REPORT: in is_valid_subevent_code()
141 case bluetooth::hci::SubeventCode::CTE_REQUEST_FAILED: in is_valid_subevent_code()
142 case bluetooth::hci::SubeventCode:: in is_valid_subevent_code()
144 case bluetooth::hci::SubeventCode::CIS_ESTABLISHED: in is_valid_subevent_code()
145 case bluetooth::hci::SubeventCode::CIS_REQUEST: in is_valid_subevent_code()
146 case bluetooth::hci::SubeventCode::CREATE_BIG_COMPLETE: in is_valid_subevent_code()
147 case bluetooth::hci::SubeventCode::TERMINATE_BIG_COMPLETE: in is_valid_subevent_code()
148 case bluetooth::hci::SubeventCode::BIG_SYNC_ESTABLISHED: in is_valid_subevent_code()
149 case bluetooth::hci::SubeventCode::BIG_SYNC_LOST: in is_valid_subevent_code()
150 case bluetooth::hci::SubeventCode::REQUEST_PEER_SCA_COMPLETE: in is_valid_subevent_code()
151 case bluetooth::hci::SubeventCode::PATH_LOSS_THRESHOLD: in is_valid_subevent_code()
152 case bluetooth::hci::SubeventCode::TRANSMIT_POWER_REPORTING: in is_valid_subevent_code()
153 case bluetooth::hci::SubeventCode::BIG_INFO_ADVERTISING_REPORT: in is_valid_subevent_code()
154 case bluetooth::hci::SubeventCode::ADVERTISING_REPORT: in is_valid_subevent_code()
155 case bluetooth::hci::SubeventCode::LONG_TERM_KEY_REQUEST: in is_valid_subevent_code()
205 bluetooth::hci::SubeventCode subevent_code) { in subevent_already_registered_in_le_hci_layer()
207 case bluetooth::hci::SubeventCode::CONNECTION_COMPLETE: in subevent_already_registered_in_le_hci_layer()
208 case bluetooth::hci::SubeventCode::CONNECTION_UPDATE_COMPLETE: in subevent_already_registered_in_le_hci_layer()
209 case bluetooth::hci::SubeventCode::DATA_LENGTH_CHANGE: in subevent_already_registered_in_le_hci_layer()
210 case bluetooth::hci::SubeventCode::ENHANCED_CONNECTION_COMPLETE: in subevent_already_registered_in_le_hci_layer()
211 case bluetooth::hci::SubeventCode::PHY_UPDATE_COMPLETE: in subevent_already_registered_in_le_hci_layer()
212 case bluetooth::hci::SubeventCode::REMOTE_CONNECTION_PARAMETER_REQUEST: in subevent_already_registered_in_le_hci_layer()
217 case bluetooth::hci::SubeventCode::ADVERTISING_SET_TERMINATED: in subevent_already_registered_in_le_hci_layer()
218 case bluetooth::hci::SubeventCode::SCAN_REQUEST_RECEIVED: in subevent_already_registered_in_le_hci_layer()
222 case bluetooth::hci::SubeventCode::SCAN_TIMEOUT: in subevent_already_registered_in_le_hci_layer()
223 case bluetooth::hci::SubeventCode::ADVERTISING_REPORT: in subevent_already_registered_in_le_hci_layer()
224 case bluetooth::hci::SubeventCode::DIRECTED_ADVERTISING_REPORT: in subevent_already_registered_in_le_hci_layer()
225 case bluetooth::hci::SubeventCode::EXTENDED_ADVERTISING_REPORT: in subevent_already_registered_in_le_hci_layer()
226 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_REPORT: in subevent_already_registered_in_le_hci_layer()
227 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_SYNC_ESTABLISHED: in subevent_already_registered_in_le_hci_layer()
228 case bluetooth::hci::SubeventCode::PERIODIC_ADVERTISING_SYNC_LOST: in subevent_already_registered_in_le_hci_layer()
230 case bluetooth::hci::SubeventCode::READ_REMOTE_FEATURES_COMPLETE: in subevent_already_registered_in_le_hci_layer()
231 case bluetooth::hci::SubeventCode::READ_LOCAL_P256_PUBLIC_KEY_COMPLETE: in subevent_already_registered_in_le_hci_layer()
232 case bluetooth::hci::SubeventCode::GENERATE_DHKEY_COMPLETE: in subevent_already_registered_in_le_hci_layer()
233 case bluetooth::hci::SubeventCode::CHANNEL_SELECTION_ALGORITHM: in subevent_already_registered_in_le_hci_layer()
234 case bluetooth::hci::SubeventCode::CONNECTIONLESS_IQ_REPORT: in subevent_already_registered_in_le_hci_layer()
235 case bluetooth::hci::SubeventCode::CONNECTION_IQ_REPORT: in subevent_already_registered_in_le_hci_layer()
236 case bluetooth::hci::SubeventCode::CTE_REQUEST_FAILED: in subevent_already_registered_in_le_hci_layer()
237 case bluetooth::hci::SubeventCode:: in subevent_already_registered_in_le_hci_layer()
239 case bluetooth::hci::SubeventCode::CIS_ESTABLISHED: in subevent_already_registered_in_le_hci_layer()
240 case bluetooth::hci::SubeventCode::CIS_REQUEST: in subevent_already_registered_in_le_hci_layer()
241 case bluetooth::hci::SubeventCode::CREATE_BIG_COMPLETE: in subevent_already_registered_in_le_hci_layer()
242 case bluetooth::hci::SubeventCode::TERMINATE_BIG_COMPLETE: in subevent_already_registered_in_le_hci_layer()
243 case bluetooth::hci::SubeventCode::BIG_SYNC_ESTABLISHED: in subevent_already_registered_in_le_hci_layer()
244 case bluetooth::hci::SubeventCode::BIG_SYNC_LOST: in subevent_already_registered_in_le_hci_layer()
245 case bluetooth::hci::SubeventCode::REQUEST_PEER_SCA_COMPLETE: in subevent_already_registered_in_le_hci_layer()
246 case bluetooth::hci::SubeventCode::PATH_LOSS_THRESHOLD: in subevent_already_registered_in_le_hci_layer()
247 case bluetooth::hci::SubeventCode::TRANSMIT_POWER_REPORTING: in subevent_already_registered_in_le_hci_layer()
248 case bluetooth::hci::SubeventCode::BIG_INFO_ADVERTISING_REPORT: in subevent_already_registered_in_le_hci_layer()
249 case bluetooth::hci::SubeventCode::LONG_TERM_KEY_REQUEST: in subevent_already_registered_in_le_hci_layer()
436 static void register_le_event(bluetooth::hci::SubeventCode subevent_code) { in register_le_event()
605 static void register_le_event(bluetooth::hci::SubeventCode subevent_code) { in register_le_event()
757 static_cast<bluetooth::hci::SubeventCode>(subevent_code_raw); in hci_on_reset_complete()