Lines Matching refs:connection_handle
72 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_link_layer_connection_command_status() local
104 connection_handle = disconnect_view.GetConnectionHandle(); in log_link_layer_connection_command_status()
112 connection_handle = setup_synchronous_connection_view.GetConnectionHandle(); in log_link_layer_connection_command_status()
120 connection_handle = enhanced_setup_synchronous_connection_view.GetConnectionHandle(); in log_link_layer_connection_command_status()
235 connection_handle, in log_link_layer_connection_command_status()
252 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_link_layer_connection_command_complete() local
316 connection_handle, in log_link_layer_connection_command_complete()
329 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_link_layer_connection_other_hci_event() local
340 connection_handle = connection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
345 log_remote_device_information(address, connection_handle, status, storage_module); in log_link_layer_connection_other_hci_event()
360 connection_handle = disconnection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
367 connection_handle = synchronous_connection_complete_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
377 connection_handle = synchronous_connection_changed_view.GetConnectionHandle(); in log_link_layer_connection_other_hci_event()
385 connection_handle, in log_link_layer_connection_other_hci_event()
406 uint32_t connection_handle = le_connection_complete_view.GetConnectionHandle(); in log_link_layer_connection_event_le_meta() local
415 connection_handle, in log_link_layer_connection_event_le_meta()
431 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_classic_pairing_other_hci_event() local
507 connection_handle = authentication_complete_view.GetConnectionHandle(); in log_classic_pairing_other_hci_event()
514 connection_handle = encryption_change_view.GetConnectionHandle(); in log_classic_pairing_other_hci_event()
523 connection_handle, in log_classic_pairing_other_hci_event()
539 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_classic_pairing_command_status() local
580 connection_handle = authentication_requested_view.GetConnectionHandle(); in log_classic_pairing_command_status()
587 connection_handle = set_connection_encryption_view.GetConnectionHandle(); in log_classic_pairing_command_status()
688 connection_handle, in log_classic_pairing_command_status()
707 uint32_t connection_handle = bluetooth::os::kUnknownConnectionHandle; in log_classic_pairing_command_complete() local
749 connection_handle = read_encryption_key_size_complete_view.GetConnectionHandle(); in log_classic_pairing_command_complete()
848 connection_handle, in log_classic_pairing_command_complete()
857 …const Address& address, uint32_t connection_handle, ErrorCode status, storage::StorageModule* stor… in log_remote_device_information() argument
877 connection_handle, in log_remote_device_information()