summaryrefslogtreecommitdiff
path: root/src/phFriNfc_LlcpTransport_Connection.c
AgeCommit message (Expand)Author
2013-03-06Make sure LLCP header fields are reset.Martijn Coenen
2013-03-05Fix wrong callback being cleared.Martijn Coenen
2013-03-05Fix some LLCP threading issues.Martijn Coenen
2012-02-06Fixed FRMR sending on invalid LLCP frame receivedSunil Jogi
2012-01-30Fixed rejected receive request in LLCPSunil Jogi
2012-01-27Reset LLCP socket internal variables before next use.Sunil Jogi
2012-01-27Update for LLCP V(SA) internal variableSunil Jogi
2012-01-27LLCP 1.1: Fix some bugs.Martijn Coenen
2012-01-27LLCP 1.1 implementation.Sunil Jogi
2012-01-27LLCP 1.1: allow pending operations on connectionless.Sunil Jogi
2011-07-25Fixed LLCP receive function when accessing RW.Sylvain Fonteneau
2011-07-25Deal with LLCP send errors properly (part 1).Martijn Coenen
2011-06-27libnfc spring cleaningNick Pelly
2011-06-03Update V(RA) counter in LLCP sockets any time it is needed.Sylvain Fonteneau
2011-04-08Ignore unreadable TLVs during LLCP activation and CONNECT/CC.Sylvain Fonteneau
2011-01-18Erase callback when function returns immediately.Arnaud Ferir
2011-01-18Fixed LLCP send callback triggering.Arnaud Ferir
2011-01-18Fixed erroneous LLCP frame on socket closure.Sylvain Fonteneau
2011-01-18Fixed LLCP receive window checkings.Sylvain Fonteneau
2011-01-18Removed callback in case of immediate end of operation.Arnaud Ferir
2011-01-18Do not call LLCP socket listen callback on abort.Arnaud Ferir
2011-01-18Fixed NULL pointer error when trying to send LLCP REJECT frame.Arnaud Ferir
2011-01-18Call the LLCP send callback in error cases.Arnaud Ferir
2010-12-13Enable reading a connection-oriented socket even if remotely closed.Sylvain Fonteneau
2010-12-13Do not clear LLCP listen callback when an incoming socket is detected.Sylvain Fonteneau
2010-12-07Avoid multiple callbacks for a single LLCP operation.Sylvain Fonteneau
2010-12-07Fix to prevent any action on a LLCP socket while disconnecting.Sylvain Fonteneau
2010-12-05Call the callback of any pending action in case of LLCP socket closure.Sylvain Fonteneau
2010-12-05Fixed status handling in LLCP connection-oriented sent callback.Sylvain Fonteneau
2010-11-02Fix the parameters to phFriNfc_Llcp_EncodeMIUX.Jeff Hamilton
2010-11-01Fixed LLCP socket options storage.Sylvain Fonteneau
2010-10-28Fixed LLCP Service Name matching failure.Sylvain Fonteneau
2010-09-23Initial libnfc checkinNick Pelly