HomeSort by relevance Sort by last modified time
    Searched refs:iplen (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/attrib/
gatt.c 106 guint16 iplen, gpointer user_data)
121 ranges = dec_find_by_type_resp(ipdu, iplen);
149 static void primary_all_cb(guint8 status, const guint8 *ipdu, guint16 iplen,
162 list = dec_read_by_grp_resp(ipdu, iplen);
247 static void char_discovered_cb(guint8 status, const guint8 *ipdu, guint16 iplen,
264 list = dec_read_by_type_resp(ipdu, iplen);
  /external/openssl/crypto/x509v3/
v3_utl.c 579 int iplen; local
583 iplen = a2i_ipadd(ipout, ipasc);
585 if (!iplen)
591 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen))

Completed in 89 milliseconds