Home | History | Annotate | Download | only in gap

Lines Matching refs:p_len

285 **                  p_len       - Byte count received
292 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len)
301 *p_len = 0;
313 *p_len += copy_len;
336 p_ccb->rx_queue_size -= *p_len;
340 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d",
341 p_ccb->rx_queue_size, *p_len);
497 ** p_len - Byte count received
505 UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len)
510 *p_len = 0;
537 *p_len += p_buf->len;