Home | History | Annotate | Download | only in examples

Lines Matching refs:llc

153 def p2p_handover_client(llc):
188 client = nfc.handover.HandoverClient(llc)
260 def __init__(self, llc):
261 super(HandoverServer, self).__init__(llc)
475 def llcp_worker(llc):
479 p2p_handover_client(llc)
510 p2p_handover_client(llc)
516 def llcp_startup(clf, llc):
519 srv = HandoverServer(llc)
520 return llc
522 def llcp_connected(llc):
531 threading.Thread(target=llcp_worker, args=(llc,)).start()