Home | History | Annotate | Download | only in btm

Lines Matching refs:p_length

676 **                  p_length - return the length of ADV data not including type
681 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length)
697 *p_length = length - 1; /* minus the length of type */
704 *p_length = 0;