Home | History | Annotate | Download | only in btm

Lines Matching refs:p_length

2947 **                  p_length - return the length of EIR data not including type
2952 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length )
2967 *p_length = length - 1; /* minus the length of type */
2974 *p_length = 0;