Lines Matching refs:EventCode
30 EventCode event_code = event_view.GetEventCode(); in log_hci_event()
32 case EventCode::COMMAND_COMPLETE: { in log_hci_event()
43 case EventCode::COMMAND_STATUS: { in log_hci_event()
54 case EventCode::LE_META_EVENT: { in log_hci_event()
327 EventCode event_code = packet.GetEventCode(); in log_link_layer_connection_other_hci_event()
336 case EventCode::CONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
348 case EventCode::CONNECTION_REQUEST: { in log_link_layer_connection_other_hci_event()
356 case EventCode::DISCONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
364 case EventCode::SYNCHRONOUS_CONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
373 case EventCode::SYNCHRONOUS_CONNECTION_CHANGED: { in log_link_layer_connection_other_hci_event()
404 EventCode event_code = EventCode::LE_META_EVENT; in log_link_layer_connection_event_le_meta()
426 EventCode event_code = packet.GetEventCode(); in log_classic_pairing_other_hci_event()
435 case EventCode::IO_CAPABILITY_REQUEST: { in log_classic_pairing_other_hci_event()
441 case EventCode::IO_CAPABILITY_RESPONSE: { in log_classic_pairing_other_hci_event()
447 case EventCode::LINK_KEY_REQUEST: { in log_classic_pairing_other_hci_event()
453 case EventCode::LINK_KEY_NOTIFICATION: { in log_classic_pairing_other_hci_event()
459 case EventCode::USER_PASSKEY_REQUEST: { in log_classic_pairing_other_hci_event()
465 case EventCode::USER_PASSKEY_NOTIFICATION: { in log_classic_pairing_other_hci_event()
471 case EventCode::USER_CONFIRMATION_REQUEST: { in log_classic_pairing_other_hci_event()
477 case EventCode::KEYPRESS_NOTIFICATION: { in log_classic_pairing_other_hci_event()
483 case EventCode::REMOTE_OOB_DATA_REQUEST: { in log_classic_pairing_other_hci_event()
489 case EventCode::SIMPLE_PAIRING_COMPLETE: { in log_classic_pairing_other_hci_event()
496 case EventCode::REMOTE_NAME_REQUEST_COMPLETE: { in log_classic_pairing_other_hci_event()
503 case EventCode::AUTHENTICATION_COMPLETE: { in log_classic_pairing_other_hci_event()
510 case EventCode::ENCRYPTION_CHANGE: { in log_classic_pairing_other_hci_event()
709 EventCode event_code = EventCode::COMMAND_COMPLETE; in log_classic_pairing_command_complete()