We have provide a filter like this
[sourcecode language="languahe='php"]
apply_filters('bp_limit_friendship_count',$allowed_count,$user_id);
[/sourcecode]
So, you can use add filter and filter on 'bp_limit_friendship_count' for specific users if you want.