NFC_PROTO_NFC_DEP
dev->tgt_active_prot = NFC_PROTO_NFC_DEP;
if (protocol == NFC_PROTO_NFC_DEP) {
!(dev->tgt_available_prots & (1 << NFC_PROTO_NFC_DEP))) {
dev->tgt_active_prot = NFC_PROTO_NFC_DEP;
#define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP)
case NFC_PROTO_NFC_DEP:
ddev->curr_protocol = NFC_PROTO_NFC_DEP;
if (ddev->curr_protocol == NFC_PROTO_NFC_DEP) {
nfc_proto = NFC_PROTO_NFC_DEP;
proto = NFC_PROTO_NFC_DEP;
sockaddr->nfc_protocol = NFC_PROTO_NFC_DEP;
rc = nci_activate_target(nfc_dev, target, NFC_PROTO_NFC_DEP);