Lines Matching refs:llc
139 def __init__(self, llc): argument
140 super(HandoverServer, self).__init__(llc)
203 def wps_handover_init(llc): argument
224 client = nfc.handover.HandoverClient(llc)
392 def llcp_worker(llc): argument
395 wps_handover_init(llc)
405 def llcp_startup(clf, llc): argument
410 srv = HandoverServer(llc)
417 return llc
419 def llcp_connected(llc): argument
428 threading.Thread(target=llcp_worker, args=(llc,)).start()