Home | History | Annotate | Download | only in btm

Lines Matching refs:p_uuid

156 static UINT16       btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size );
3267 ** Parameters p_uuid - address of UUID
3274 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size )
3286 STREAM_TO_UINT16 (uuid16, p_uuid);
3289 STREAM_TO_UINT32 (uuid32, p_uuid);
3298 if (p_uuid[xx] != base_uuid[xx])
3306 if ((p_uuid[LEN_UUID_128 - 1] == 0) && (p_uuid[LEN_UUID_128 - 2] == 0))
3308 p_uuid += (LEN_UUID_128 - 4);
3309 STREAM_TO_UINT16(uuid16, p_uuid);