commit | b16ae7160a836c4a1e443ea6efca31421e86bae1 | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Tue Feb 03 19:48:05 2015 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Feb 04 09:10:50 2015 +0100 |
tree | 8d4185e4b41b0d71f5abe293c3183068a129a86c | |
parent | 12bdf27d46c9d5e490fa164551642e065105db78 [diff] |
NFC: nci: Support all destinations type when creating a connection The current implementation limits nci_core_conn_create_req() to only manage NCI_DESTINATION_NFCEE. Add new parameters to nci_core_conn_create() to support all destination types described in the NCI specification. Because there are some parameters with variable size dynamic buffer allocation is needed. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>