Home | History | Annotate | Download | only in examples

Lines Matching refs:llc

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