nfc: st-nci: Add support for HCI event connectivity
Add support for connectivity event Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
9afec6d386
commit
25960c2176
|
@ -331,7 +331,7 @@ static int st_nci_hci_connectivity_event_received(struct nci_dev *ndev,
|
|||
|
||||
switch (event) {
|
||||
case ST_NCI_EVT_CONNECTIVITY:
|
||||
|
||||
r = nfc_se_connectivity(ndev->nfc_dev, host);
|
||||
break;
|
||||
case ST_NCI_EVT_TRANSACTION:
|
||||
/* According to specification etsi 102 622
|
||||
|
|
Loading…
Reference in New Issue