Home | History | Annotate | Download | only in btm

Lines Matching refs:max_num_uuid

3027 **                  max_num_uuid - maximum number of UUID to be returned
3039 UINT8 *p_uuid_list, UINT8 max_num_uuid)
3055 if( *p_num_uuid > max_num_uuid )
3058 *p_num_uuid, max_num_uuid );
3059 *p_num_uuid = max_num_uuid;