Lines Matching defs:llcp_worker
725 handover.client_thread = threading.Thread(target=llcp_worker,
868 def llcp_worker(llc, try_alt):
870 print("Start of llcp_worker()")
874 summary("Exiting llcp_worker thread (try_alt)")
880 summary("llcp_worker init_on_touch processing completed: try_own={} hs_sent={} no_alt_proposal={} start_client_alt={}".format(handover.try_own, handover.hs_sent, handover.no_alt_proposal, handover.start_client_alt))
882 summary("Try alternative handover request before exiting llcp_worker")
885 summary("Exiting llcp_worker thread (init_on_touch)")
902 summary("Exiting llcp_worker thread (retry with own parameters)")
915 summary("Exiting llcp_worker thread (manual init)")
923 summary("Exiting llcp_worker thread")
983 handover.client_thread = threading.Thread(target=llcp_worker,