summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_Llcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NFCSTATUS_BUSY responses after doing p2p.Martijn Coenen2012-02-061-2/+3
* Prevent LLCP stack from deactiving twice.Martijn Coenen2012-01-131-2/+2
* Merge "Don't wait for timeout to send SYMM PDU's."Martijn Coenen2011-07-271-17/+9
|\
| * Don't wait for timeout to send SYMM PDU's.Martijn Coenen2011-07-271-17/+9
* | Add the ability to enable LLCP logging.Jeff Hamilton2011-07-261-0/+2
|/
* Deal with LLCP send errors properly (part 1).Martijn Coenen2011-07-251-0/+4
* libnfc spring cleaningNick Pelly2011-06-271-2/+2
* Ignore unreadable TLVs during LLCP activation and CONNECT/CC.Sylvain Fonteneau2011-04-081-6/+6
* Handle correctly LLCP aggregated frames.Sylvain Fonteneau2011-03-311-5/+8
* Fixed some build warnings.Arnaud Ferir2011-01-181-2/+1
* Fixed memory handling in LLCP link layer.Arnaud Ferir2011-01-181-1/+9
* Call the LLCP send callback in error cases.Arnaud Ferir2011-01-181-0/+21
* Fix missing send callback in error upon deactivation.Sylvain Fonteneau2010-12-131-3/+3
* Report error from lower layer to transport layer in LLCP.Sylvain Fonteneau2010-12-131-8/+7
* Fix buffer display in LLCP receive callbackdaniel_Tomas2010-12-051-9/+11
* Prevent sending data over LLCP until link is up.Sylvain Fonteneau2010-12-051-3/+8
* Fixed invalid pointer reference in LLCP stack.Sylvain Fonteneau2010-12-051-4/+60
* Initial libnfc checkinNick Pelly2010-09-231-0/+1381