Home
last modified time | relevance | path

Searched refs:NFC_SDP_ATTR_URI (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dnfc.h208 NFC_SDP_ATTR_URI, enumerator
/linux-6.6.21/net/nfc/
Dnetlink.c56 [NFC_SDP_ATTR_URI] = { .type = NLA_STRING,
399 if (nla_put_string(msg, NFC_SDP_ATTR_URI, sdres->uri)) in nfc_genl_llc_send_sdres()
1184 if (!sdp_attrs[NFC_SDP_ATTR_URI]) in nfc_genl_llc_sdreq()
1187 uri_len = nla_len(sdp_attrs[NFC_SDP_ATTR_URI]); in nfc_genl_llc_sdreq()
1191 uri = nla_data(sdp_attrs[NFC_SDP_ATTR_URI]); in nfc_genl_llc_sdreq()