Lines Matching refs:EventCode
30 EventCode event_code = event_view.GetEventCode(); in log_hci_event()
32 case EventCode::COMMAND_COMPLETE: { in log_hci_event()
38 case EventCode::COMMAND_STATUS: { in log_hci_event()
46 case EventCode::LE_META_EVENT: { in log_hci_event()
319 EventCode event_code = packet.GetEventCode(); in log_link_layer_connection_other_hci_event()
328 case EventCode::CONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
340 case EventCode::CONNECTION_REQUEST: { in log_link_layer_connection_other_hci_event()
348 case EventCode::DISCONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
356 case EventCode::SYNCHRONOUS_CONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
365 case EventCode::SYNCHRONOUS_CONNECTION_CHANGED: { in log_link_layer_connection_other_hci_event()
396 EventCode event_code = EventCode::LE_META_EVENT; in log_link_layer_connection_event_le_meta()
418 EventCode event_code = packet.GetEventCode(); in log_classic_pairing_other_hci_event()
427 case EventCode::IO_CAPABILITY_REQUEST: { in log_classic_pairing_other_hci_event()
433 case EventCode::IO_CAPABILITY_RESPONSE: { in log_classic_pairing_other_hci_event()
439 case EventCode::LINK_KEY_REQUEST: { in log_classic_pairing_other_hci_event()
445 case EventCode::LINK_KEY_NOTIFICATION: { in log_classic_pairing_other_hci_event()
451 case EventCode::USER_PASSKEY_REQUEST: { in log_classic_pairing_other_hci_event()
457 case EventCode::USER_PASSKEY_NOTIFICATION: { in log_classic_pairing_other_hci_event()
463 case EventCode::USER_CONFIRMATION_REQUEST: { in log_classic_pairing_other_hci_event()
469 case EventCode::KEYPRESS_NOTIFICATION: { in log_classic_pairing_other_hci_event()
475 case EventCode::REMOTE_OOB_DATA_REQUEST: { in log_classic_pairing_other_hci_event()
481 case EventCode::SIMPLE_PAIRING_COMPLETE: { in log_classic_pairing_other_hci_event()
488 case EventCode::REMOTE_NAME_REQUEST_COMPLETE: { in log_classic_pairing_other_hci_event()
495 case EventCode::AUTHENTICATION_COMPLETE: { in log_classic_pairing_other_hci_event()
502 case EventCode::ENCRYPTION_CHANGE: { in log_classic_pairing_other_hci_event()
701 EventCode event_code = EventCode::COMMAND_COMPLETE; in log_classic_pairing_command_complete()