Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_len

195 **                  p_len: output parameter to carry out the attribute length.
209 UINT16 *p_len,
292 *p_len = len;
322 UINT16 *p_len,
353 if (*p_len <= 2)
361 status = read_attr_value ((void *)p_attr, 0, &p, FALSE, (UINT16)(*p_len -2), &len, sec_flag, key_size);
378 *p_len -= (len + 2);
591 ** p_len: output parameter as attribute length read.
604 UINT8 *p_value, UINT16 *p_len,
624 mtu, p_len, sec_flag, key_size);
649 ** p_len: output parameter as attribute length read.