Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_len

196 **                  p_len: output parameter to carry out the attribute length.
210 UINT16 *p_len,
303 *p_len = len;
333 UINT16 *p_len,
372 if (*p_len <= 2)
380 status = read_attr_value ((void *)p_attr, 0, &p, FALSE, (UINT16)(*p_len -2), &len, sec_flag, key_size);
397 *p_len -= (len + 2);
629 ** p_len: output parameter as attribute length read.
642 UINT8 *p_value, UINT16 *p_len,
662 mtu, p_len, sec_flag, key_size);
687 ** p_len: output parameter as attribute length read.