Home | History | Annotate | Download | only in btm

Lines Matching refs:max_num_uuid

3169 **                  max_num_uuid - maximum number of UUID to be returned
3181 UINT8 *p_uuid_list, UINT8 max_num_uuid)
3197 if( *p_num_uuid > max_num_uuid )
3200 *p_num_uuid, max_num_uuid );
3201 *p_num_uuid = max_num_uuid;